diff options
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/keyboard.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 74af248575a..6a3b7cf9cee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. | ||
| 4 | |||
| 5 | 2013-08-13 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 6 | |||
| 3 | * font.c (clear_font_cache): New function, stripped from... | 7 | * font.c (clear_font_cache): New function, stripped from... |
| 4 | (Fclear_font_cache): ...here, which now uses the function | 8 | (Fclear_font_cache): ...here, which now uses the function |
| 5 | above. Adjust comment. | 9 | above. Adjust comment. |
diff --git a/src/keyboard.c b/src/keyboard.c index 3afdce42ca2..8a99d5a0766 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -10124,8 +10124,6 @@ Also end any kbd macro being defined. */) | |||
| 10124 | end_kbd_macro (); | 10124 | end_kbd_macro (); |
| 10125 | } | 10125 | } |
| 10126 | 10126 | ||
| 10127 | update_mode_lines++; | ||
| 10128 | |||
| 10129 | Vunread_command_events = Qnil; | 10127 | Vunread_command_events = Qnil; |
| 10130 | 10128 | ||
| 10131 | discard_tty_input (); | 10129 | discard_tty_input (); |