From 765da53c2084e3687201f06f8d050497f0e06da9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 10 Sep 2013 23:31:06 -0400 Subject: [PATCH] * keyboard.c (read_char): Fix last change. Fixes: debbugs:15332 --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index a768c9bb40..020c885994 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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 (); -- 2.39.2