aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index bfb5fd3592b..fe485a3efd6 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2663,8 +2663,7 @@ read_char (int commandflag, Lisp_Object map,
2663 swallow_events (false); /* May clear input_pending. */ 2663 swallow_events (false); /* May clear input_pending. */
2664 2664
2665 /* Redisplay if no pending input. */ 2665 /* Redisplay if no pending input. */
2666 while (!(input_pending 2666 while (!(input_pending && input_was_pending))
2667 && (input_was_pending || !redisplay_dont_pause)))
2668 { 2667 {
2669 input_was_pending = input_pending; 2668 input_was_pending = input_pending;
2670 if (help_echo_showing_p && !BASE_EQ (selected_window, minibuf_window)) 2669 if (help_echo_showing_p && !BASE_EQ (selected_window, minibuf_window))