From 7b3f56792cb7d093aacc14dda81960dd75c23c4d Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 11 Dec 2013 16:15:12 -0500 Subject: * lisp/emacs-lisp/package.el (finder-list-matches): Autoload rather than falsely declaring. --- lisp/emacs-lisp/package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') 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))) -- cgit v1.2.3