]> git.eshelyaron.com Git - emacs.git/commitdiff
Avoid a compilation warning
authorSam Steingold <sds@gnu.org>
Thu, 18 Dec 2014 20:23:15 +0000 (15:23 -0500)
committerSam Steingold <sds@gnu.org>
Thu, 18 Dec 2014 20:23:15 +0000 (15:23 -0500)
* lisp/emacs-lisp/package.el: Avoid a compilation warning by declaring
the `find-library-name' function.

lisp/ChangeLog
lisp/emacs-lisp/package.el

index 6027cd12bc2b36df929bbe9d51e5f23f764c894b..d1d866b1d5ea21f77122943f31ec4f72919f235a 100644 (file)
@@ -1,3 +1,8 @@
+2014-12-18  Sam Steingold  <sds@gnu.org>
+
+       * emacs-lisp/package.el: Avoid compilation warning by declaring
+       the `find-library-name' function.
+
 2014-12-18  Martin Rudalics  <rudalics@gmx.at>
 
        Add code for "preserving" window sizes.
index 11333ec3d78e6cd65381ace865158e8994af9a1a..c25c29a89cb4d8d8386bf039af993a385ff1a8bf 100644 (file)
@@ -559,6 +559,7 @@ correspond to previously loaded files (those returned by
     ;; Don't return nil.
     t))
 
+(declare-function find-library-name "find-func" (library))
 (defun package--list-loaded-files (dir)
   "Recursively list all files in DIR which correspond to loaded features.
 Returns the `file-name-sans-extension' of each file, relative to