diff lisp/mh-e/mh-show.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 f3bbf5f32462
children e3694f1cb928
line wrap: on
line diff
--- a/lisp/mh-e/mh-show.el	Fri Apr 14 18:49:18 2006 +0000
+++ b/lisp/mh-e/mh-show.el	Fri Apr 14 21:28:52 2006 +0000
@@ -815,7 +815,7 @@
 (put 'mh-show-mode 'mode-class 'special)
 
 ;; Shush compiler.
-(eval-when-compile (defvar font-lock-auto-fontify))
+(defvar font-lock-auto-fontify)
 
 ;;;###mh-autoload
 (define-derived-mode mh-show-mode text-mode "MH-Show"