APPROVE COMMIT
This should fix the problems Adrian has been reporting with the recent sync of
occur-mode.
lisp/ChangeLog addition:
2005-11-29 Malcolm Purvis <malcolmp(a)xemacs.org>
* occur.el: Add autoload cookie for list-matching-lines.
xemacs-21.5-micro-patches source patch:
Diff command: cvs -q diff -u
Files affected: lisp/occur.el
Index: lisp/occur.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/occur.el,v
retrieving revision 1.2
diff -u -r1.2 occur.el
--- lisp/occur.el 2005/10/24 10:07:27 1.2
+++ lisp/occur.el 2005/11/29 12:26:02
@@ -222,6 +222,7 @@
:type 'integer
:group 'matching)
+;;;###autoload
(defalias 'list-matching-lines 'occur)
(defcustom list-matching-lines-face 'match
--
Malcolm Purvis <malcolmp(a)xemacs.org>
Show replies by date