aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-19 10:33:44 +0000
committerJuanma Barranquero2002-07-19 10:33:44 +0000
commitc7f4f573430ee43c937f17bd1791ac1d9150d0b7 (patch)
treea874f636981fa4754445c1da3345d8345b8b8ce4 /src
parent32d4cddb555059a6cf3f18e8e1e4644dbfe251ae (diff)
downloademacs-c7f4f573430ee43c937f17bd1791ac1d9150d0b7.tar.gz
emacs-c7f4f573430ee43c937f17bd1791ac1d9150d0b7.zip
Fix typo.
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 db4ebd1635f..e2f2b74cd6b 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8586,7 +8586,7 @@ read_key_sequence (keybuf, bufsize, prompt, dont_downcase_last,
8586 /* Record that a fake prefix key has been generated 8586 /* Record that a fake prefix key has been generated
8587 for KEY. Don't modify the event; this would 8587 for KEY. Don't modify the event; this would
8588 prevent proper action when the event is pushed 8588 prevent proper action when the event is pushed
8589 back tino unread-command-events. */ 8589 back into unread-command-events. */
8590 fake_prefixed_keys = Fcons (key, fake_prefixed_keys); 8590 fake_prefixed_keys = Fcons (key, fake_prefixed_keys);
8591 8591
8592 /* If on a mode line string with a local keymap, 8592 /* If on a mode line string with a local keymap,