* keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Aug 2013 08:39:14 +0000 (12:39 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 13 Aug 2013 08:39:14 +0000 (12:39 +0400)
src/ChangeLog
src/keyboard.c

index 74af248..6a3b7cf 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-13  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
+
 2013-08-13  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * font.c (clear_font_cache): New function, stripped from...
index 3afdce4..8a99d5a 100644 (file)
@@ -10124,8 +10124,6 @@ Also end any kbd macro being defined.  */)
       end_kbd_macro ();
     }
 
-  update_mode_lines++;
-
   Vunread_command_events = Qnil;
 
   discard_tty_input ();