diff options
author | Bill Wohler <wohler@newt.com> | 2006-01-09 20:15:48 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-01-09 20:15:48 +0000 |
commit | 04f6a2d19ef4d4d959f86c16464ff8901e3c74dc (patch) | |
tree | 37af7fff8ff6aed781adea69b366faac8235c004 /lisp/mh-e/mh-init.el | |
parent | 23847cd66af5061537747ab28334284f4a22ec4c (diff) | |
download | emacs-04f6a2d19ef4d4d959f86c16464ff8901e3c74dc.tar.gz |
* mh-funcs.el:
* mh-inc.el:
* mh-init.el:
* mh-mime.el:
* mh-seq.el:
* mh-utils.el: Use ";; Shush compiler." comment consistently per
Mark's suggestion.
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) |