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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue