diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-06 03:14:03 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-06 03:14:03 +0200 |
commit | 1f4735b90f34ec9189df1c9fa51761202e4f73c0 (patch) | |
tree | c02922e5c85f981cd9ba48878d8aaafd92ea215d /lisp/mh-e/ChangeLog | |
parent | ccd58722df74090fc1968db5b9cb42f8d43e4a0b (diff) | |
download | emacs-1f4735b90f34ec9189df1c9fa51761202e4f73c0.tar.gz |
lisp/mh-e/mh-funcs.el (mh-undo-folder): Make compatible with `revert-buffer' (bug#8431).
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r-- | lisp/mh-e/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 4b904ed2b7a..7b48dcbbe83 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,8 @@ +2011-04-06 Juanma Barranquero <lekktu@gmail.com> + + * mh-funcs.el (mh-undo-folder): Accept and ignore arguments, + for compatibility with `revert-buffer'. Doc fix. (Bug#8431) + 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com> * mh-funcs.el (mh-store-msg, mh-store-buffer): |