From 04f6a2d19ef4d4d959f86c16464ff8901e3c74dc Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Mon, 9 Jan 2006 20:15:48 +0000 Subject: * 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. --- lisp/mh-e/mh-funcs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/mh-e/mh-funcs.el') 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 () -- cgit v1.2.1