rather than falsely declaring.
+2013-12-11 Glenn Morris <rgm@gnu.org>
+
+ * emacs-lisp/package.el (finder-list-matches):
+ Autoload rather than falsely declaring.
+
2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
* net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
(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)))