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-seq.el | |
parent | 23847cd66af5061537747ab28334284f4a22ec4c (diff) | |
download | emacs-04f6a2d19ef4d4d959f86c16464ff8901e3c74dc.tar.gz emacs-04f6a2d19ef4d4d959f86c16464ff8901e3c74dc.tar.bz2 emacs-04f6a2d19ef4d4d959f86c16464ff8901e3c74dc.zip |
* 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-seq.el')
-rw-r--r-- | lisp/mh-e/mh-seq.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el index 40eaaff37cd..c24631041d4 100644 --- a/lisp/mh-e/mh-seq.el +++ b/lisp/mh-e/mh-seq.el @@ -169,7 +169,8 @@ you want to delete the messages, use \"\\[universal-argument] (when (and (eq sequence mh-unseen-seq) (mh-speed-flists-active-p)) (apply #'mh-speed-flists t folders-changed)))) -(eval-when-compile (defvar view-exit-action)) ;shush compiler +;; Shush compiler. +(eval-when-compile (defvar view-exit-action)) ;;;###mh-autoload (defun mh-list-sequences () |