aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/mh-inc.el
diff options
context:
space:
mode:
authorBill Wohler <[email protected]>2006-01-09 20:15:48 +0000
committerBill Wohler <[email protected]>2006-01-09 20:15:48 +0000
commit04f6a2d19ef4d4d959f86c16464ff8901e3c74dc (patch)
tree37af7fff8ff6aed781adea69b366faac8235c004 /lisp/mh-e/mh-inc.el
parent23847cd66af5061537747ab28334284f4a22ec4c (diff)
* 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.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-inc.el b/lisp/mh-e/mh-inc.el
index 29a9d1531a..60765316c7 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'."