aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-10-10 15:04:41 +0000
committerStefan Monnier2002-10-10 15:04:41 +0000
commit2e819a0824bfab7c5b0507faab4ed8b21fae752e (patch)
treec390cf043cc3602a3745723168b18ee4130f4a70
parent5188f2eb943cf6a5f08c0701c78486490e2f5c2b (diff)
downloademacs-2e819a0824bfab7c5b0507faab4ed8b21fae752e.tar.gz
emacs-2e819a0824bfab7c5b0507faab4ed8b21fae752e.zip
("finder-inf"): Don't fail if the file is absent.
-rw-r--r--lisp/finder.el2
1 files changed, 1 insertions, 1 deletions
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 @@
42(require 'find-func) ;for find-library(-suffixes) 42(require 'find-func) ;for find-library(-suffixes)
43;; Use `load' rather than `require' so that it doesn't get loaded 43;; Use `load' rather than `require' so that it doesn't get loaded
44;; during byte-compilation (at which point it might be missing). 44;; during byte-compilation (at which point it might be missing).
45(load "finder-inf" nil t) 45(load "finder-inf" t t)
46 46
47;; Local variable in finder buffer. 47;; Local variable in finder buffer.
48(defvar finder-headmark) 48(defvar finder-headmark)