emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r113837: * keyboard.c (Fdiscard_input): Do not incre


From: Dmitry Antipov
Subject: [Emacs-diffs] trunk r113837: * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
Date: Tue, 13 Aug 2013 08:40:15 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113837
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Antipov <address@hidden>
branch nick: trunk
timestamp: Tue 2013-08-13 12:39:14 +0400
message:
  * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/keyboard.c                 keyboard.c-20091113204419-o5vbwnq5f7feedwu-449
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-08-13 08:18:11 +0000
+++ b/src/ChangeLog     2013-08-13 08:39:14 +0000
@@ -1,5 +1,9 @@
 2013-08-13  Dmitry Antipov  <address@hidden>
 
+       * keyboard.c (Fdiscard_input): Do not increment update_mode_lines.
+
+2013-08-13  Dmitry Antipov  <address@hidden>
+
        * font.c (clear_font_cache): New function, stripped from...
        (Fclear_font_cache): ...here, which now uses the function
        above.  Adjust comment.

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2013-08-09 12:25:34 +0000
+++ b/src/keyboard.c    2013-08-13 08:39:14 +0000
@@ -10124,8 +10124,6 @@
       end_kbd_macro ();
     }
 
-  update_mode_lines++;
-
   Vunread_command_events = Qnil;
 
   discard_tty_input ();


reply via email to

[Prev in Thread] Current Thread [Next in Thread]