Mercurial > emacs
changeset 47825:3c21e01f4d87
("finder-inf"): Don't fail if the file is absent.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 10 Oct 2002 15:04:41 +0000 |
parents | f9a9cf859646 |
children | d3a763e7e7d3 |
files | lisp/finder.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/finder.el Thu Oct 10 13:33:57 2002 +0000 +++ b/lisp/finder.el Thu Oct 10 15:04:41 2002 +0000 @@ -42,7 +42,7 @@ (require 'find-func) ;for find-library(-suffixes) ;; Use `load' rather than `require' so that it doesn't get loaded ;; during byte-compilation (at which point it might be missing). -(load "finder-inf" nil t) +(load "finder-inf" t t) ;; Local variable in finder buffer. (defvar finder-headmark)