Skip to content

Commit

Permalink
* mh-e.el (Version, mh-version): Update for release 8.2.91.
Browse files Browse the repository at this point in the history
  • Loading branch information
wohler committed Jul 12, 2011
1 parent 978aff0 commit 6b4b9d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lisp/mh-e/ChangeLog
@@ -1,5 +1,9 @@
2011-07-12 Bill Wohler <wohler@newt.com>

Release MH-E version 8.2.91.

* mh-e.el (Version, mh-version): Update for release 8.2.91.

* mh-compat.el (mh-pop-to-buffer-same-window): Add compatibility
function to call switch-to-buffer on systems that lack
pop-to-buffer-same-window.
Expand Down
4 changes: 2 additions & 2 deletions lisp/mh-e/mh-e.el
Expand Up @@ -5,7 +5,7 @@

;; Author: Bill Wohler <wohler@newt.com>
;; Maintainer: Bill Wohler <wohler@newt.com>
;; Version: 8.2.90
;; Version: 8.2.91
;; Keywords: mail

;; This file is part of GNU Emacs.
Expand Down Expand Up @@ -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.90" "Version number of MH-E.")
(defconst mh-version "8.2.91" "Version number of MH-E.")

;; Variants

Expand Down

0 comments on commit 6b4b9d9

Please sign in to comment.