mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 02:20:21 -08:00
(find-library-name): Typo.
This commit is contained in:
parent
4dbf594b9f
commit
43ce8949e9
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ See the functions `find-function' and `find-variable'."
|
|||
(setq library (replace-match "" t t library 1)))
|
||||
(or (locate-file library
|
||||
(or find-function-source-path load-path)
|
||||
(append (find-library-suffixes) ""))
|
||||
(append (find-library-suffixes) '("")))
|
||||
(error "Can't find library %s" library)))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue