diff options
| author | Bill Wohler <wohler@newt.com> | 2003-04-26 05:23:50 +0000 |
|---|---|---|
| committer | Bill Wohler <wohler@newt.com> | 2003-04-26 05:23:50 +0000 |
| commit | 8aa2fe7742f67cee5bc4de4e90a17d7530053b94 (patch) | |
| tree | 3adbe0a957a7e41329883fc5fe0ce51871e497c5 | |
| parent | f10b84c8bdeaabfe6987869c19bd82efff699d4f (diff) | |
| download | emacs-8aa2fe7742f67cee5bc4de4e90a17d7530053b94.tar.gz | |
Undid last check-in.
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 3f79bc32fa5..c41a2532551 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,7 +1,3 @@ -2003-04-25 Bill Wohler <wohler@newt.com> - - * mh-e.el (mh-version): Set to 7.3+cvs. - 2003-04-24 Bill Wohler <wohler@newt.com> * Released MH-E version 7.3. diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 3efe0044fd6..ea3a202fe6d 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -5,7 +5,7 @@ ;; Author: Bill Wohler <wohler@newt.com> ;; Maintainer: Bill Wohler <wohler@newt.com> -;; Version: 7.3+cvs +;; Version: 7.3 ;; Keywords: mail ;; This file is part of GNU Emacs. @@ -102,7 +102,7 @@ (defvar font-lock-auto-fontify) (defvar font-lock-defaults) -(defconst mh-version "7.3+cvs" "Version number of MH-E.") +(defconst mh-version "7.3" "Version number of MH-E.") ;;; Autoloads (autoload 'Info-goto-node "info") |
