From: Bill Wohler Date: Tue, 27 Dec 2011 22:10:34 +0000 (-0800) Subject: Update release notes to reflect a fixed, reported bug. X-Git-Tag: emacs-pretest-24.0.93~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbfa898c40875c8bba361de88f31230b816ff801;p=emacs.git Update release notes to reflect a fixed, reported bug. --- diff --git a/etc/MH-E-NEWS b/etc/MH-E-NEWS index 92c75ffb6cf..8b96d08c17a 100644 --- a/etc/MH-E-NEWS +++ b/etc/MH-E-NEWS @@ -44,6 +44,11 @@ The `mh-showing-mode' variable is now defined with `define-minor-mode' When restoring MH folders from ".emacs.desktop", Emacs now opens them in the expected `mh-folder' mode instead of `dired-mode' (closes SF #1510145) +*** *MH-E Log* buffer can point to removed directory +This was caused by using `set-buffer' instead of +`with-current-buffer.' This has been fixed thanks to Stefan Monnier +(closes SF #1903293). + * Changes in MH-E 8.2 diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 48e93ecdb72..ce8a7e56d60 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -232,7 +232,8 @@ (mh-handle-process-error, mh-variant-info): * mh-comp.el (mh-forward): * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): - (mh-alias-add-alias-to-file): Use with-current-buffer. + (mh-alias-add-alias-to-file): Use with-current-buffer (closes SF + #1903293). 2009-11-04 Stefan Monnier