# HG changeset patch # User Stefan Monnier # Date 1034262281 0 # Node ID 3c21e01f4d87faf51e56d4d3f3a6aa4e81d989a4 # Parent f9a9cf85964649f8dfb50a601a474cd8ca139cc6 ("finder-inf"): Don't fail if the file is absent. diff -r f9a9cf859646 -r 3c21e01f4d87 lisp/finder.el --- 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)