diff options
| author | Glenn Morris | 2012-01-06 00:34:47 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-06 00:34:47 -0800 |
| commit | 665ae8654babc2e07a08d0b67a60b6e61007dc13 (patch) | |
| tree | 022130adc62bd24c943a30d1cdbd9da89e516689 /lisp/ChangeLog | |
| parent | c869783d91eade5384116740dca6643d8556b142 (diff) | |
| download | emacs-665ae8654babc2e07a08d0b67a60b6e61007dc13.tar.gz emacs-665ae8654babc2e07a08d0b67a60b6e61007dc13.zip | |
Trivial unrmail fix for empty input files.
* lisp/mail/unrmail.el (unrmail): Give an explicit error if the input
file has no messages.
Fixes: debbugs:10377
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 186860c2b17..ba9886a33e2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-01-06 Glenn Morris <rgm@gnu.org> | 1 | 2012-01-06 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/unrmail.el (unrmail): Give an explicit error if the input file | ||
| 4 | has no messages. (Bug#10377) | ||
| 5 | |||
| 3 | * info.el (Info-mode-map): Bind e to end-of-buffer, rather | 6 | * info.el (Info-mode-map): Bind e to end-of-buffer, rather |
| 4 | than Info-edit. (Bug#10385) | 7 | than Info-edit. (Bug#10385) |
| 5 | 8 | ||