diff lisp/mh-e/ChangeLog @ 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 a0de53f6c617
children d81780942bb8
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Fri Apr 14 18:49:18 2006 +0000
+++ b/lisp/mh-e/ChangeLog	Fri Apr 14 21:28:52 2006 +0000
@@ -1,5 +1,16 @@
 2006-04-14  Bill Wohler  <wohler@newt.com>
 
+	* 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
+
 	* mh-compat.el (mh-font-lock-add-keywords): New alias for
 	font-lock-add-keywords. Returns nil on XEmacs.