changeset 3112:42f7d9eb33a4

[xemacs-hg @ 2005-11-29 12:33:46 by malcolmp] occur.el: Add autoload cookie for list-matching-lines.
author malcolmp
date Tue, 29 Nov 2005 12:33:47 +0000
parents e1bc252950d9
children d6a139381f29
files lisp/ChangeLog lisp/occur.el
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Nov 29 12:08:41 2005 +0000
+++ b/lisp/ChangeLog	Tue Nov 29 12:33:47 2005 +0000
@@ -1,3 +1,7 @@
+2005-11-29  Malcolm Purvis  <malcolmp@xemacs.org>
+
+	* occur.el: Add autoload cookie for list-matching-lines.
+
 2005-11-29  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* objects.el (make-font-specifier): Document font name syntaxes.
--- a/lisp/occur.el	Tue Nov 29 12:08:41 2005 +0000
+++ b/lisp/occur.el	Tue Nov 29 12:33:47 2005 +0000
@@ -222,6 +222,7 @@
   :type 'integer
   :group 'matching)
 
+;;;###autoload
 (defalias 'list-matching-lines 'occur)
 
 (defcustom list-matching-lines-face 'match