mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
* mh-e.el (Version, mh-version): Update for release 8.2.93.
This commit is contained in:
parent
a4963f79fb
commit
c6657a4fed
@ -1,5 +1,9 @@
|
||||
2011-07-17 Bill Wohler <wohler@newt.com>
|
||||
|
||||
Release MH-E version 8.2.93.
|
||||
|
||||
* mh-e.el (Version, mh-version): Update for release 8.2.93.
|
||||
|
||||
* mh-compat.el (mh-pop-to-buffer-same-window): Delete.
|
||||
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
|
||||
(mh-make-folder): Revert to switch-to-buffer, as the Emacs folks
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
;; Author: Bill Wohler <wohler@newt.com>
|
||||
;; Maintainer: Bill Wohler <wohler@newt.com>
|
||||
;; Version: 8.2.92
|
||||
;; Version: 8.2.93
|
||||
;; Keywords: mail
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
@ -127,7 +127,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.2.92" "Version number of MH-E.")
|
||||
(defconst mh-version "8.2.93" "Version number of MH-E.")
|
||||
|
||||
;; Variants
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user