summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-funcs.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-01-09 20:15:48 +0000
committerBill Wohler <wohler@newt.com>2006-01-09 20:15:48 +0000
commit04f6a2d19ef4d4d959f86c16464ff8901e3c74dc (patch)
tree37af7fff8ff6aed781adea69b366faac8235c004 /lisp/mh-e/mh-funcs.el
parent23847cd66af5061537747ab28334284f4a22ec4c (diff)
downloademacs-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-funcs.el')
-rw-r--r--lisp/mh-e/mh-funcs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el
index 8127e129ceb..f19314403e1 100644
--- a/lisp/mh-e/mh-funcs.el
+++ b/lisp/mh-e/mh-funcs.el
@@ -149,7 +149,8 @@ Display the results only if something went wrong."
(re-search-forward "^rmf: " (point-max) t))
(display-buffer mh-temp-buffer)))
-(eval-when-compile (defvar view-exit-action)) ;shush compiler
+;; Shush compiler.
+(eval-when-compile (defvar view-exit-action))
;;;###mh-autoload
(defun mh-list-folders ()