mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(find-library-name): Typo.
This commit is contained in:
parent
4dbf594b9f
commit
43ce8949e9
@ -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…
Reference in New Issue
Block a user