]> git.eshelyaron.com Git - emacs.git/commitdiff
* keyboard.c (read_char): Fix last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Sep 2013 03:31:06 +0000 (23:31 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Sep 2013 03:31:06 +0000 (23:31 -0400)
Fixes: debbugs:15332
src/keyboard.c

index a768c9bb409a7379ee1ca48af15ba55ad426ebcc..020c88599417d5f97b552d99c322e3349fe37849 100644 (file)
@@ -2597,7 +2597,7 @@ read_char (int commandflag, Lisp_Object map,
   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 ();