* lisp/emacs-lisp/package.el (finder-list-matches): Autoload

rather than falsely declaring.
This commit is contained in:
Glenn Morris 2013-12-11 16:15:12 -05:00
parent f4fe8fdd37
commit 7b3f56792c
2 changed files with 6 additions and 1 deletions

View file

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