From: Stefan Monnier Date: Wed, 11 Sep 2013 03:31:06 +0000 (-0400) Subject: * keyboard.c (read_char): Fix last change. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=765da53c2084e3687201f06f8d050497f0e06da9;p=emacs.git * keyboard.c (read_char): Fix last change. Fixes: debbugs:15332 --- diff --git a/src/keyboard.c b/src/keyboard.c index a768c9bb409..020c8859941 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 ();