diff options
| author | Stefan Monnier | 2014-09-30 19:19:31 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-09-30 19:19:31 -0400 |
| commit | 07bec0fc67ee0b26685f0ec7f28d9b73f67bf3de (patch) | |
| tree | 222adf06960f86aa8b2f560217d39c9fe39d3996 /lisp/mh-e | |
| parent | 6aed001ad31d41f028d77e66e597b7b3ab4e31ae (diff) | |
| parent | d3b7a90bc2ad20192d1afd23eb1aa6a18ceda569 (diff) | |
| download | emacs-07bec0fc67ee0b26685f0ec7f28d9b73f67bf3de.tar.gz emacs-07bec0fc67ee0b26685f0ec7f28d9b73f67bf3de.zip | |
Merge from emacs-24
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 6e482280a9f..8008f07c700 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -9,8 +9,8 @@ | |||
| 9 | * mh-comp.el (mh-insert-x-face): Ensure that mh-x-face-file is a | 9 | * mh-comp.el (mh-insert-x-face): Ensure that mh-x-face-file is a |
| 10 | string before trying to use it (closes SF #474). | 10 | string before trying to use it (closes SF #474). |
| 11 | (mh-bare-components): New function to create a temporary initial | 11 | (mh-bare-components): New function to create a temporary initial |
| 12 | components file; replaces mh-find-components. Improve the temp | 12 | components file; replaces mh-find-components. Improve the temp |
| 13 | folder and file names as per a suggestion from Bill Wohler. Also | 13 | folder and file names as per a suggestion from Bill Wohler. Also |
| 14 | address XEmacs compatibility issues: use mm-make-temp-file instead | 14 | address XEmacs compatibility issues: use mm-make-temp-file instead |
| 15 | of make-temp-file, and only pass one argument to delete-directory. | 15 | of make-temp-file, and only pass one argument to delete-directory. |
| 16 | (mh-edit-again, mh-send-sub): Use mh-bare-components instead of | 16 | (mh-edit-again, mh-send-sub): Use mh-bare-components instead of |