From 706239c766ae4f0a229f83335904dae0f2f81365 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 9 Apr 2000 20:24:49 +0000 Subject: [PATCH] (finder-commentary): Add autoload cookie. --- lisp/finder.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.5