diff options
| author | Dmitry Antipov | 2013-08-13 12:39:14 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-13 12:39:14 +0400 |
| commit | e4375ca7e087cb2ad74f0a3b9fb893500837f9c3 (patch) | |
| tree | 1c4b5946798bd1c6a5d51d45e3dc330a6c827435 /src | |
| parent | a45543bc75e845c9217130c65ddd00a81c18ffd1 (diff) | |
| download | emacs-e4375ca7e087cb2ad74f0a3b9fb893500837f9c3.tar.gz emacs-e4375ca7e087cb2ad74f0a3b9fb893500837f9c3.zip | |
* keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
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 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 (); |