aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.32
-rw-r--r--src/keyboard.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index 0051330f556..259bd1836f4 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -15583,7 +15583,7 @@
15583 15583
155841989-04-29 Joe Arceneaux (jla@apple-gunkies.ai.mit.edu) 155841989-04-29 Joe Arceneaux (jla@apple-gunkies.ai.mit.edu)
15585 15585
15586 * xterm.c (x_term_init): Don't set visible bell, as it pre-empts 15586 * xterm.c (x_term_init): Don't set visible bell, as it preempts
15587 .emacs control. 15587 .emacs control.
15588 15588
155891989-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu) 155891989-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
diff --git a/src/keyboard.c b/src/keyboard.c
index ffb90c56f4a..a9548011c93 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -2681,7 +2681,7 @@ read_char (int commandflag, Lisp_Object map,
2681 /* Normal case: no input arrived during redisplay. */ 2681 /* Normal case: no input arrived during redisplay. */
2682 break; 2682 break;
2683 2683
2684 /* Input arrived and pre-empted redisplay. 2684 /* Input arrived and preempted redisplay.
2685 Process any events which are not user-visible. */ 2685 Process any events which are not user-visible. */
2686 swallow_events (false); 2686 swallow_events (false);
2687 /* If that cleared input_pending, try again to redisplay. */ 2687 /* If that cleared input_pending, try again to redisplay. */