* lisp/emacs-lisp/package.el (finder-list-matches): Autoload
rather than falsely declaring.
This commit is contained in:
parent
f4fe8fdd37
commit
7b3f56792c
2 changed files with 6 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue