emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115471: * lisp/emacs-lisp/package.el (finder-list-m


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115471: * lisp/emacs-lisp/package.el (finder-list-matches): Autoload
Date: Wed, 11 Dec 2013 21:15:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115471
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-12-11 16:15:12 -0500
message:
  * lisp/emacs-lisp/package.el (finder-list-matches): Autoload
  rather than falsely declaring.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/package.el     package.el-20100617020707-ybavz666awsxwin6-2
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-12-11 19:01:44 +0000
+++ b/lisp/ChangeLog    2013-12-11 21:15:12 +0000
@@ -1,3 +1,8 @@
+2013-12-11  Glenn Morris  <address@hidden>
+
+       * emacs-lisp/package.el (finder-list-matches):
+       Autoload rather than falsely declaring.
+
 2013-12-11  Teodor Zlatanov  <address@hidden>
 
        * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.

=== modified file 'lisp/emacs-lisp/package.el'
--- a/lisp/emacs-lisp/package.el        2013-12-10 00:54:38 +0000
+++ b/lisp/emacs-lisp/package.el        2013-12-11 21:15:12 +0000
@@ -1509,7 +1509,7 @@
       (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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]