diff lisp/mh-e/mh-seq.el @ 70027:0e0916499a15

* 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
author Bill Wohler <wohler@newt.com>
date Fri, 14 Apr 2006 21:28:52 +0000
parents 7daec5f4a289
children d81780942bb8
line wrap: on
line diff
--- a/lisp/mh-e/mh-seq.el	Fri Apr 14 18:49:18 2006 +0000
+++ b/lisp/mh-e/mh-seq.el	Fri Apr 14 21:28:52 2006 +0000
@@ -134,7 +134,7 @@
       (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 ()