1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

("finder-inf"): Don't fail if the file is absent.

This commit is contained in:
Stefan Monnier 2002-10-10 15:04:41 +00:00
parent 5188f2eb94
commit 2e819a0824

View 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)