summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-seq.el
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2006-04-14 21:28:52 +0000
committerBill Wohler <wohler@newt.com>2006-04-14 21:28:52 +0000
commit73e6d1af3e3449b6d207cafe76258ccd20ca9849 (patch)
treea2cb570244ca156c18c2db33d88f09478ef16c5a /lisp/mh-e/mh-seq.el
parent30545916edad04fb361ce02d05818d04f1e951d5 (diff)
downloademacs-73e6d1af3e3449b6d207cafe76258ccd20ca9849.tar.gz
* mh-funcs.el (view-exit-action): No need to wrap defvar with
eval-when-compile when shushing compiler. * mh-mime.el (mh-identity-pgg-default-user-id): Ditto. * mh-seq.el (view-exit-action): Ditto. * mh-show.el (font-lock-auto-fontify): Ditto. * mh-utils.el (mh-speed-flists-cache): Ditto
Diffstat (limited to 'lisp/mh-e/mh-seq.el')
-rw-r--r--lisp/mh-e/mh-seq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-seq.el b/lisp/mh-e/mh-seq.el
index a5732d00bc6..cf179fbf957 100644
--- a/lisp/mh-e/mh-seq.el
+++ b/lisp/mh-e/mh-seq.el
@@ -134,7 +134,7 @@ you want to delete the messages, use \"\\[universal-argument]
(apply #'mh-speed-flists t folders-changed))))
;; Shush compiler.
-(eval-when-compile (defvar view-exit-action))
+(defvar view-exit-action)
;;;###mh-autoload
(defun mh-list-sequences ()