From: Gerd Moellmann Date: Sun, 9 Apr 2000 20:24:49 +0000 (+0000) Subject: (finder-commentary): Add autoload cookie. X-Git-Tag: emacs-pretest-21.0.90~4303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=706239c766ae4f0a229f83335904dae0f2f81365;p=emacs.git (finder-commentary): Add autoload cookie. --- diff --git a/lisp/finder.el b/lisp/finder.el index 5e00ea2c683..4eb7d9949e9 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -185,6 +185,7 @@ no arguments compiles from `load-path'." (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 @@ Try compressed versions if jka-compr is in use." ;; 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 @@ FILE should be in a form suitable for passing to `locate-library'." (goto-char (posn-point (event-start event))) (finder-select))) +;;;###autoload (defun finder-by-keyword () "Find packages matching a given keyword." (interactive)