diff options
Diffstat (limited to 'lisp/mh-e')
-rw-r--r-- | lisp/mh-e/ChangeLog | 6 | ||||
-rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 9d0c1d4dbc6..93af45f133e 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,5 +1,11 @@ 2006-03-05 Bill Wohler <wohler@newt.com> + Release MH-E version 7.93. + + * mh-e.el (Version, mh-version): Update for release 7.93. + +2006-03-05 Bill Wohler <wohler@newt.com> + * mh-folder.el (mh-folder-mode): Drop 'load-path argument when calling mh-image-load-path-for-library since this is the default. diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index fa4df0873b1..ba2ea7f1bf2 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: 7.92+cvs +;; Version: 7.93 ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -116,7 +116,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 "7.92+cvs" "Version number of MH-E.") +(defconst mh-version "7.93" "Version number of MH-E.") ;; Variants |