mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 03:11:09 -08:00
(Version, mh-version): Update for release 7.93.
This commit is contained in:
parent
fd5536d8e2
commit
b1d9cef430
2 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue