# HG changeset patch # User Gerd Moellmann # Date 955311889 0 # Node ID 7618c3801a21230c93de036bb120a56f44ffa22e # Parent e6096d02680f2b9cd5cb458706d9bfd1f7189d76 (finder-commentary): Add autoload cookie. diff -r e6096d02680f -r 7618c3801a21 lisp/finder.el --- a/lisp/finder.el Sun Apr 09 20:23:27 2000 +0000 +++ b/lisp/finder.el Sun Apr 09 20:24:49 2000 +0000 @@ -185,6 +185,7 @@ (progn (end-of-line) (point)) 'mouse-face 'highlight))) +;;;###autoload (defun finder-list-keywords () "Display descriptions of the keywords in the Finder buffer." (interactive) @@ -242,6 +243,7 @@ ;; last resort for MS-DOG et al (locate-library (concat library "z")))))) +;;;###autoload (defun finder-commentary (file) "Display FILE's commentary section. FILE should be in a form suitable for passing to `locate-library'." @@ -292,6 +294,7 @@ (goto-char (posn-point (event-start event))) (finder-select))) +;;;###autoload (defun finder-by-keyword () "Find packages matching a given keyword." (interactive)