]> code.delx.au - gnu-emacs/commitdiff
Require mh-buffers and mh-compat before mh-xemacs now that mh-xemacs
authorBill Wohler <wohler@newt.com>
Mon, 3 Jul 2006 23:30:27 +0000 (23:30 +0000)
committerBill Wohler <wohler@newt.com>
Mon, 3 Jul 2006 23:30:27 +0000 (23:30 +0000)
needs functions in mh-compat.

lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el

index 2f3f29596d0f79501d24e7d10100a98aef54ca01..0f20ab991412fcb28018dccddf00cd48386e36a9 100644 (file)
@@ -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
index 80f0fedeb6e51cfd4a466360c3bb9934fc178c4c..5c1e18355eb81dd4cae6c78567eb5984dfd100c3 100644 (file)
@@ -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."))
 (mh-do-in-xemacs
   (require 'mh-xemacs))
 
-(require 'mh-buffers)
-(require 'mh-compat)
-
 (mh-font-lock-add-keywords
  'emacs-lisp-mode
  (eval-when-compile