aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-27 06:18:44 +0000
committerRichard M. Stallman1993-05-27 06:18:44 +0000
commit4eb4f926b2cd627bc20f94923755707685c9de71 (patch)
tree9ff2dbf4765a6b53e2078a502c80378a07a8d2ba /src
parent3402e1a480f8276aadd6ff136f5547f3d39e8414 (diff)
downloademacs-4eb4f926b2cd627bc20f94923755707685c9de71.tar.gz
emacs-4eb4f926b2cd627bc20f94923755707685c9de71.zip
(read_char): Correct previous change.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index a9bb02bb896..f1b577ed70f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1485,7 +1485,7 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
1485 } 1485 }
1486 1486
1487 /* Actually read a character, waiting if necessary. */ 1487 /* Actually read a character, waiting if necessary. */
1488 while (1) 1488 while (NILP (c))
1489 { 1489 {
1490 c = kbd_buffer_get_event (); 1490 c = kbd_buffer_get_event ();
1491 if (!NILP (c)) 1491 if (!NILP (c))