1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

(finder-commentary): Add autoload cookie.

This commit is contained in:
Gerd Moellmann 2000-04-09 20:24:49 +00:00
parent d36fadcebc
commit 706239c766

View File

@ -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)