diff options
| author | Juanma Barranquero | 2002-07-19 10:33:44 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-19 10:33:44 +0000 |
| commit | c7f4f573430ee43c937f17bd1791ac1d9150d0b7 (patch) | |
| tree | a874f636981fa4754445c1da3345d8345b8b8ce4 /src | |
| parent | 32d4cddb555059a6cf3f18e8e1e4644dbfe251ae (diff) | |
| download | emacs-c7f4f573430ee43c937f17bd1791ac1d9150d0b7.tar.gz emacs-c7f4f573430ee43c937f17bd1791ac1d9150d0b7.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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, |