emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114198: * keyboard.c (read_char): Fix last change.


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r114198: * keyboard.c (read_char): Fix last change.
Date: Wed, 11 Sep 2013 03:31:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114198
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15332
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-10 23:31:06 -0400
message:
  * keyboard.c (read_char): Fix last change.
modified:
  src/keyboard.c                 keyboard.c-20091113204419-o5vbwnq5f7feedwu-449
=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2013-09-11 02:41:00 +0000
+++ b/src/keyboard.c    2013-09-11 03:31:06 +0000
@@ -2597,7 +2597,7 @@
   if (/* There currently is something in the echo area.  */
       !NILP (echo_area_buffer[0])
       && (/* It's an echo from a different kboard.  */
-         || echo_kboard != current_kboard
+         echo_kboard != current_kboard
          /* Or we explicitly allow overwriting whatever there is.  */
          || ok_to_echo_at_next_pause == NULL))
     cancel_echoing ();


reply via email to

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