aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index c5a1fb99a15..7255f561e2a 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1350,7 +1350,8 @@ term_get_fkeys_1 (void)
1350 char **address = term_get_fkeys_address; 1350 char **address = term_get_fkeys_address;
1351 KBOARD *kboard = term_get_fkeys_kboard; 1351 KBOARD *kboard = term_get_fkeys_kboard;
1352 1352
1353 /* This can happen if CANNOT_DUMP or with strange options. */ 1353 /* This can happen if Emacs is starting up from scratch, or with
1354 strange options. */
1354 if (!KEYMAPP (KVAR (kboard, Vinput_decode_map))) 1355 if (!KEYMAPP (KVAR (kboard, Vinput_decode_map)))
1355 kset_input_decode_map (kboard, Fmake_sparse_keymap (Qnil)); 1356 kset_input_decode_map (kboard, Fmake_sparse_keymap (Qnil));
1356 1357