From e4375ca7e087cb2ad74f0a3b9fb893500837f9c3 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Tue, 13 Aug 2013 12:39:14 +0400 Subject: [PATCH] * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. --- src/ChangeLog | 4 ++++ 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,3 +1,7 @@ +2013-08-13 Dmitry Antipov + + * keyboard.c (Fdiscard_input): Do not increment update_mode_lines. + 2013-08-13 Dmitry Antipov * font.c (clear_font_cache): New function, stripped from... 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. */) end_kbd_macro (); } - update_mode_lines++; - Vunread_command_events = Qnil; discard_tty_input (); -- 2.39.2