# HG changeset patch # User Stefan Monnier # Date 1031867395 0 # Node ID 85021da80289a97bce15ba1c36589061cb09125e # Parent 8bd5dd6cc381cb70d1947e8310a7186d2d62ba7f (find-library-name): Typo. diff -r 8bd5dd6cc381 -r 85021da80289 lisp/emacs-lisp/find-func.el --- 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