1
0
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:
Stefan Monnier 2002-09-12 21:49:55 +00:00
parent 4dbf594b9f
commit 43ce8949e9

View File

@ -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