diff options
Diffstat (limited to 'lisp/mh-e/mh-init.el')
-rw-r--r-- | lisp/mh-e/mh-init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-init.el b/lisp/mh-e/mh-init.el index dec107a8030..0e642862fe8 100644 --- a/lisp/mh-e/mh-init.el +++ b/lisp/mh-e/mh-init.el @@ -297,7 +297,8 @@ This assumes that a temporary buffer is setup." -(eval-when-compile (defvar image-load-path)) ;shush compiler +;; Shush compiler. +(eval-when-compile (defvar image-load-path)) (defvar mh-image-load-path-called-flag nil) |