diff options
Diffstat (limited to 'src')
| -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 30707e5b3db..1aa25669b5b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -10150,8 +10150,6 @@ Also end any kbd macro being defined. */) | |||
| 10150 | end_kbd_macro (); | 10150 | end_kbd_macro (); |
| 10151 | } | 10151 | } |
| 10152 | 10152 | ||
| 10153 | update_mode_lines++; | ||
| 10154 | |||
| 10155 | Vunread_command_events = Qnil; | 10153 | Vunread_command_events = Qnil; |
| 10156 | 10154 | ||
| 10157 | discard_tty_input (); | 10155 | discard_tty_input (); |