summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-09-12 21:49:55 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-09-12 21:49:55 +0000
commit43ce8949e9bfa5ce16b4cc03d020dc9b4f599ed1 (patch)
tree30eca4042e10a0e1c2f2fbf525577515f646291a /lisp/emacs-lisp
parent4dbf594b9ff464fbf64b46120d19fb064db14753 (diff)
downloademacs-43ce8949e9bfa5ce16b4cc03d020dc9b4f599ed1.tar.gz
emacs-43ce8949e9bfa5ce16b4cc03d020dc9b4f599ed1.tar.bz2
emacs-43ce8949e9bfa5ce16b4cc03d020dc9b4f599ed1.zip
(find-library-name): Typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/find-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index 6186577079e..c05167cc3c9 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -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