mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
("finder-inf"): Don't fail if the file is absent.
This commit is contained in:
parent
5188f2eb94
commit
2e819a0824
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue