diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 87dd2b0e251..5d1784ad0b0 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -932,7 +932,7 @@ pop_kboard (void) | |||
| 932 | state later. | 932 | state later. |
| 933 | 933 | ||
| 934 | If Emacs is already in single_kboard mode, and F's keyboard is | 934 | If Emacs is already in single_kboard mode, and F's keyboard is |
| 935 | locked, then this function will throw an errow. */ | 935 | locked, then this function will throw an error. */ |
| 936 | 936 | ||
| 937 | void | 937 | void |
| 938 | temporarily_switch_to_single_kboard (struct frame *f) | 938 | temporarily_switch_to_single_kboard (struct frame *f) |
| @@ -5393,7 +5393,7 @@ make_lispy_event (struct input_event *event) | |||
| 5393 | || !lispy_function_keys[event->code - FUNCTION_KEY_OFFSET]) | 5393 | || !lispy_function_keys[event->code - FUNCTION_KEY_OFFSET]) |
| 5394 | { | 5394 | { |
| 5395 | /* We need to use an alist rather than a vector as the cache | 5395 | /* We need to use an alist rather than a vector as the cache |
| 5396 | since we can't make a vector long enuf. */ | 5396 | since we can't make a vector long enough. */ |
| 5397 | if (NILP (KVAR (current_kboard, system_key_syms))) | 5397 | if (NILP (KVAR (current_kboard, system_key_syms))) |
| 5398 | KVAR (current_kboard, system_key_syms) = Fcons (Qnil, Qnil); | 5398 | KVAR (current_kboard, system_key_syms) = Fcons (Qnil, Qnil); |
| 5399 | return modify_event_symbol (event->code, | 5399 | return modify_event_symbol (event->code, |