aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorJeffrey C Honig2011-12-27 14:43:23 -0500
committerJeffrey C Honig2011-12-27 14:43:23 -0500
commit40f1ca7c6c7d2ba7d0ab2a2910af90b73d6ba963 (patch)
tree8acc47f6c488c51aab8a1279ae329930f32c5014 /lisp/mh-e/ChangeLog
parentc6134398c64c718afbf9fcc62b1efb362853d18d (diff)
downloademacs-40f1ca7c6c7d2ba7d0ab2a2910af90b73d6ba963.tar.gz
emacs-40f1ca7c6c7d2ba7d0ab2a2910af90b73d6ba963.zip
(mh-yank-cur-msg): Replace usage of set-buffer with
with-current-buffer in mh-yang-cur-msg, semantics changed in emacs 23 and we do not want to use set-buffer unless we actually want to change the buffer the user is looking at (cloases SF #2830504).
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 499fff67eac..db4c1c56a15 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -10,6 +10,11 @@
10 10
112011-12-27 Jeffrey C Honig <jch@honig.net> 112011-12-27 Jeffrey C Honig <jch@honig.net>
12 12
13 * mh-letter.el (mh-yank-cur-msg): Replace usage of set-buffer with
14 with-current-buffer in mh-yang-cur-msg, semantics changed in emacs
15 23 and we do not want to use set-buffer unless we actually want to
16 change the buffer the user is looking at (cloases SF #2830504).
17
13 * mh-show.el (mh-show-folder-map): Add missing key binding for 18 * mh-show.el (mh-show-folder-map): Add missing key binding for
14 mh-show-pack-folder (closes SF #3466086). 19 mh-show-pack-folder (closes SF #3466086).
15 20