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-inc.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-inc.el')
-rw-r--r-- | lisp/mh-e/mh-inc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el index 29a9d1531a2..60765316c7a 100644 --- a/lisp/mh-e/mh-inc.el +++ b/lisp/mh-e/mh-inc.el @@ -73,7 +73,8 @@ (char-to-string key) "] inc " folder " folder\n")))) -(eval-when-compile (defvar mh-inc-spool-list)) ;shush compiler +;; Shush compiler. +(eval-when-compile (defvar mh-inc-spool-list)) (defun mh-inc-spool-make () "Make all commands and defines keys for contents of `mh-inc-spool-list'." |