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:
parent
839daccae7
commit
f0c4433f47
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user