summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-e.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r--lisp/mh-e/mh-e.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 80f0fedeb6e..ba48a84ad99 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -6,7 +6,7 @@
;; Author: Bill Wohler <wohler@newt.com>
;; Maintainer: Bill Wohler <wohler@newt.com>
-;; Version: 8.0.1
+;; Version: 8.0.2
;; Keywords: mail
;; This file is part of GNU Emacs.
@@ -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
@@ -133,7 +133,7 @@
;; Try to keep variables local to a single file. Provide accessors if
;; variables are shared. Use this section as a last resort.
-(defconst mh-version "8.0.1" "Version number of MH-E.")
+(defconst mh-version "8.0.2" "Version number of MH-E.")
;; Variants