diff options
Diffstat (limited to 'lisp/mh-e/mh-init.el')
-rw-r--r-- | lisp/mh-e/mh-init.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mh-e/mh-init.el b/lisp/mh-e/mh-init.el index 2297fef6a80..dec107a8030 100644 --- a/lisp/mh-e/mh-init.el +++ b/lisp/mh-e/mh-init.el @@ -43,9 +43,6 @@ (mh-require-cl) (require 'mh-utils) -;; Avoid compiler warnings. -(eval-when-compile (defvar image-load-path)) - ;; Set for local environment: ;; mh-progs and mh-lib used to be set in paths.el, which tried to ;; figure out at build time which of several possible directories MH @@ -300,6 +297,8 @@ This assumes that a temporary buffer is setup." +(eval-when-compile (defvar image-load-path)) ;shush compiler + (defvar mh-image-load-path-called-flag nil) ;;;###mh-autoload @@ -328,6 +327,8 @@ there. Otherwise, the images directory is added to the +;;; Support routines for mh-customize.el + (defvar mh-min-colors-defined-flag (and (not mh-xemacs-flag) (>= emacs-major-version 22)) "Non-nil means defface supports min-colors display requirement.") |