summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-12-11 16:15:12 -0500
committerGlenn Morris <rgm@gnu.org>2013-12-11 16:15:12 -0500
commit7b3f56792cb7d093aacc14dda81960dd75c23c4d (patch)
tree036906032d3e3b73016261f45665fe3f8464ad64 /lisp/emacs-lisp
parentf4fe8fdd37f5ddb7aff322e2ff716b16ecb10c32 (diff)
downloademacs-7b3f56792cb7d093aacc14dda81960dd75c23c4d.tar.gz
emacs-7b3f56792cb7d093aacc14dda81960dd75c23c4d.tar.bz2
emacs-7b3f56792cb7d093aacc14dda81960dd75c23c4d.zip
* lisp/emacs-lisp/package.el (finder-list-matches): Autoload
rather than falsely declaring.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index f743ee4db9d..34aa2b62105 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -1509,7 +1509,7 @@ If optional arg NO-ACTIVATE is non-nil, don't activate packages."
(revert-buffer nil t)
(goto-char (point-min)))))
-(declare-function finder-list-matches "finder" (keyword))
+(autoload 'finder-list-matches "finder")
(defun package-keyword-button-action (button)
(let ((pkg-keyword (button-get button 'package-keyword)))
(finder-list-matches pkg-keyword)))