]> git.eshelyaron.com Git - emacs.git/commitdiff
("finder-inf"): Don't fail if the file is absent.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Oct 2002 15:04:41 +0000 (15:04 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 10 Oct 2002 15:04:41 +0000 (15:04 +0000)
lisp/finder.el

index aba3796c4007db5034b0e7cc211526bf899316a2..fe3460b2169e0ac44f7955c461d53cac720776d3 100644 (file)
@@ -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)