User: malcolmp
Date: 05/11/29 13:33:48
Modified: xemacs/lisp ChangeLog occur.el
Log:
occur.el: Add autoload cookie for list-matching-lines.
Revision Changes Path
1.703 +4 -0 XEmacs/xemacs/lisp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.702
retrieving revision 1.703
diff -u -p -r1.702 -r1.703
--- ChangeLog 2005/11/29 12:08:35 1.702
+++ ChangeLog 2005/11/29 12:33:46 1.703
@@ -1,3 +1,7 @@
+2005-11-29 Malcolm Purvis <malcolmp(a)xemacs.org>
+
+ * occur.el: Add autoload cookie for list-matching-lines.
+
2005-11-29 Stephen J. Turnbull <stephen(a)xemacs.org>
* objects.el (make-font-specifier): Document font name syntaxes.
1.3 +1 -0 XEmacs/xemacs/lisp/occur.el
Index: occur.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/occur.el,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- occur.el 2005/10/24 10:07:27 1.2
+++ occur.el 2005/11/29 12:33:47 1.3
@@ -222,6 +222,7 @@ A positive number means to include that
:type 'integer
:group 'matching)
+;;;###autoload
(defalias 'list-matching-lines 'occur)
(defcustom list-matching-lines-face 'match
Show replies by date