Avoid a compilation warning
* lisp/emacs-lisp/package.el: Avoid a compilation warning by declaring the `find-library-name' function.
This commit is contained in:
parent
8f03888e7f
commit
0f765f454d
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2014-12-18 Martin Rudalics <rudalics@gmx.at>
|
||||||
|
|
||||||
Add code for "preserving" window sizes.
|
Add code for "preserving" window sizes.
|
||||||
|
|
|
@ -559,6 +559,7 @@ correspond to previously loaded files (those returned by
|
||||||
;; Don't return nil.
|
;; Don't return nil.
|
||||||
t))
|
t))
|
||||||
|
|
||||||
|
(declare-function find-library-name "find-func" (library))
|
||||||
(defun package--list-loaded-files (dir)
|
(defun package--list-loaded-files (dir)
|
||||||
"Recursively list all files in DIR which correspond to loaded features.
|
"Recursively list all files in DIR which correspond to loaded features.
|
||||||
Returns the `file-name-sans-extension' of each file, relative to
|
Returns the `file-name-sans-extension' of each file, relative to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue