diff options
| author | Stefan Kangas | 2025-01-23 03:13:01 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-23 03:14:37 +0100 |
| commit | cda78edc7d9194181bcda1790f29cb7cf3ceb0b9 (patch) | |
| tree | 389233e91d4734810d553bc48c57d9d107afe2a9 /src | |
| parent | ce50a1d3c18bcf0e5f51f4ed49f292f7be31010d (diff) | |
| download | emacs-cda78edc7d9194181bcda1790f29cb7cf3ceb0b9.tar.gz emacs-cda78edc7d9194181bcda1790f29cb7cf3ceb0b9.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.3 | 2 | ||||
| -rw-r--r-- | src/keyboard.c | 2 |
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 | ||
| 15584 | 1989-04-29 Joe Arceneaux (jla@apple-gunkies.ai.mit.edu) | 15584 | 1989-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 | ||
| 15589 | 1989-04-26 Richard Stallman (rms@sugar-bombs.ai.mit.edu) | 15589 | 1989-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. */ |