Mercurial > emacs
changeset 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 | 3a43982413a6 |
files | lisp/emacs-lisp/find-func.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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