summaryrefslogtreecommitdiff
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-04-09 20:24:49 +0000
committerGerd Moellmann <gerd@gnu.org>2000-04-09 20:24:49 +0000
commitae62450fdc7eb038edf7739064d4909fc37a2108 (patch)
treece7c964045cb690743dee326e42ccab1db232ed0 /lisp/finder.el
parent1f92974325dd51fb93afb8884f4cd3476c16f6ce (diff)
downloademacs-ae62450fdc7eb038edf7739064d4909fc37a2108.tar.gz
(finder-commentary): Add autoload cookie.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el3
1 files changed, 3 insertions, 0 deletions
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)