Undid last check-in.

This commit is contained in:
Bill Wohler 2003-04-26 05:23:50 +00:00
parent f10b84c8bd
commit 8aa2fe7742
2 changed files with 2 additions and 6 deletions

View file

@ -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.

View file

@ -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")