# HG changeset patch # User malcolmp # Date 1133267627 0 # Node ID 42f7d9eb33a4fbaf991b0893e497de9684d71dc1 # Parent e1bc252950d99b51123d2abff99dd40fd489ca1d [xemacs-hg @ 2005-11-29 12:33:46 by malcolmp] occur.el: Add autoload cookie for list-matching-lines. diff -r e1bc252950d9 -r 42f7d9eb33a4 lisp/ChangeLog --- 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 + + * occur.el: Add autoload cookie for list-matching-lines. + 2005-11-29 Stephen J. Turnbull * objects.el (make-font-specifier): Document font name syntaxes. diff -r e1bc252950d9 -r 42f7d9eb33a4 lisp/occur.el --- 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