From: Stefan Monnier Date: Thu, 10 Oct 2002 15:04:41 +0000 (+0000) Subject: ("finder-inf"): Don't fail if the file is absent. X-Git-Tag: ttn-vms-21-2-B4~12879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e819a0824bfab7c5b0507faab4ed8b21fae752e;p=emacs.git ("finder-inf"): Don't fail if the file is absent. --- diff --git a/lisp/finder.el b/lisp/finder.el index aba3796c400..fe3460b2169 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -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)