diff options
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 02e531120be..ce8a7e56d60 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -122,7 +122,7 @@ | |||
| 122 | * mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block. | 122 | * mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block. |
| 123 | 123 | ||
| 124 | * mh-folder.el: Use boundp instead of fboundp when testing | 124 | * mh-folder.el: Use boundp instead of fboundp when testing |
| 125 | existence of desktop-buffer-mode-handlers. | 125 | existence of desktop-buffer-mode-handlers (closes SF #1510145). |
| 126 | 126 | ||
| 127 | 2011-05-10 Jim Meyering <meyering@redhat.com> | 127 | 2011-05-10 Jim Meyering <meyering@redhat.com> |
| 128 | 128 | ||
| @@ -232,7 +232,8 @@ | |||
| 232 | (mh-handle-process-error, mh-variant-info): | 232 | (mh-handle-process-error, mh-variant-info): |
| 233 | * mh-comp.el (mh-forward): | 233 | * mh-comp.el (mh-forward): |
| 234 | * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): | 234 | * mh-alias.el (mh-alias-local-users, mh-alias-which-file-has-alias): |
| 235 | (mh-alias-add-alias-to-file): Use with-current-buffer. | 235 | (mh-alias-add-alias-to-file): Use with-current-buffer (closes SF |
| 236 | #1903293). | ||
| 236 | 237 | ||
| 237 | 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca> | 238 | 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 238 | 239 | ||