diff options
| author | Lars Ingebrigtsen | 2014-02-08 22:32:30 -0800 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2014-02-08 22:32:30 -0800 |
| commit | c838bca91db36b3b8ad2405ecb8fff316313e71d (patch) | |
| tree | 29ccc5665a8fe6bad70be47ef38162cc8e76f075 /src/ChangeLog | |
| parent | 438241f5189b1ea28f828c72d92555133e4088e7 (diff) | |
| download | emacs-c838bca91db36b3b8ad2405ecb8fff316313e71d.tar.gz emacs-c838bca91db36b3b8ad2405ecb8fff316313e71d.zip | |
* cmds.c (Fself_insert_command): Output a clearer error message on negative repetitions.
Fixes: debbugs:9476
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index db24d8c947f..399138a1d80 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * cmds.c (Fself_insert_command): Output a clearer error message on | ||
| 4 | negative repetitions (bug#9476). | ||
| 5 | |||
| 3 | * macros.c (Fexecute_kbd_macro): Doc fix (bug#14206). | 6 | * macros.c (Fexecute_kbd_macro): Doc fix (bug#14206). |
| 4 | 7 | ||
| 5 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> | 8 | 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org> |