Mercurial > emacs
changeset 44105:70f755b6a5c9
Don't load finder-inf.el during byte-compilation.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 22 Mar 2002 23:27:35 +0000 |
parents | 985526b08270 |
children | 748924636cc4 |
files | lisp/finder.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/finder.el Fri Mar 22 23:10:01 2002 +0000 +++ b/lisp/finder.el Fri Mar 22 23:27:35 2002 +0000 @@ -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)