diff lisp/emacs-lisp/find-func.el @ 47447:85021da80289

(find-library-name): Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 12 Sep 2002 21:49:55 +0000
parents 8bd5dd6cc381
children 8a24f7edde82
line wrap: on
line diff
--- a/lisp/emacs-lisp/find-func.el	Thu Sep 12 21:48:20 2002 +0000
+++ b/lisp/emacs-lisp/find-func.el	Thu Sep 12 21:49:55 2002 +0000
@@ -125,7 +125,7 @@
       (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