Mercurial > emacs
changeset 71598:2ca38a2a66e0
Require mh-buffers and mh-compat before mh-xemacs now that mh-xemacs
needs functions in mh-compat.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 03 Jul 2006 23:30:27 +0000 |
parents | 2bcad0daa88f |
children | c7f90876123f |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-e.el |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Mon Jul 03 23:14:06 2006 +0000 +++ b/lisp/mh-e/ChangeLog Mon Jul 03 23:30:27 2006 +0000 @@ -1,3 +1,8 @@ +2006-07-03 Bill Wohler <wohler@newt.com> + + * mh-e.el: Require mh-buffers and mh-compat before mh-xemacs now + that mh-xemacs needs functions in mh-compat. + 2006-06-29 Bill Wohler <wohler@newt.com> * mh-search.el (mh-search, mh-index-group-by-folder): Add "the" in
--- a/lisp/mh-e/mh-e.el Mon Jul 03 23:14:06 2006 +0000 +++ b/lisp/mh-e/mh-e.el Mon Jul 03 23:30:27 2006 +0000 @@ -96,6 +96,9 @@ (mh-require-cl) +(require 'mh-buffers) +(require 'mh-compat) + (eval-and-compile (defvar mh-xemacs-flag (featurep 'xemacs) "Non-nil means the current Emacs is XEmacs.")) @@ -103,9 +106,6 @@ (mh-do-in-xemacs (require 'mh-xemacs)) -(require 'mh-buffers) -(require 'mh-compat) - (mh-font-lock-add-keywords 'emacs-lisp-mode (eval-when-compile