1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

Don't load finder-inf.el during byte-compilation.

This commit is contained in:
Stefan Monnier 2002-03-22 23:27:35 +00:00
parent 839daccae7
commit f0c4433f47

View File

@ -39,7 +39,9 @@
;;; Code:
(require 'lisp-mnt)
(require 'finder-inf)
;; 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)
;; Local variable in finder buffer.
(defvar finder-headmark)