From: Sam Steingold Date: Thu, 18 Dec 2014 20:23:15 +0000 (-0500) Subject: Avoid a compilation warning X-Git-Tag: emacs-25.0.90~2635^2~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f765f454dd4278a529e247598a3da50f551cf0c;p=emacs.git Avoid a compilation warning * lisp/emacs-lisp/package.el: Avoid a compilation warning by declaring the `find-library-name' function. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6027cd12bc2..d1d866b1d5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-12-18 Sam Steingold + + * emacs-lisp/package.el: Avoid compilation warning by declaring + the `find-library-name' function. + 2014-12-18 Martin Rudalics Add code for "preserving" window sizes. diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 11333ec3d78..c25c29a89cb 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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