diff options
author | Bill Wohler <wohler@newt.com> | 2006-04-14 21:28:52 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-04-14 21:28:52 +0000 |
commit | 73e6d1af3e3449b6d207cafe76258ccd20ca9849 (patch) | |
tree | a2cb570244ca156c18c2db33d88f09478ef16c5a /lisp/mh-e/ChangeLog | |
parent | 30545916edad04fb361ce02d05818d04f1e951d5 (diff) | |
download | emacs-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/ChangeLog')
-rw-r--r-- | lisp/mh-e/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 8bd41929cd3..574c161e2ef 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -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. |