diff lisp/mh-e/mh-mime.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 bbe4019f0045
children d81780942bb8
line wrap: on
line diff
--- a/lisp/mh-e/mh-mime.el	Fri Apr 14 18:49:18 2006 +0000
+++ b/lisp/mh-e/mh-mime.el	Fri Apr 14 21:28:52 2006 +0000
@@ -1537,7 +1537,7 @@
     (after-find-file nil)))
 
 ;; Shush compiler.
-(eval-when-compile (defvar mh-identity-pgg-default-user-id))
+(defvar mh-identity-pgg-default-user-id)
 
 ;;;###mh-autoload
 (defun mh-mml-secure-message-encrypt (method)