aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c
index c58de2cb827..5b769a4e29e 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1260,6 +1260,8 @@ term_get_fkeys_1 ()
1260 extern char *tgetstr (); 1260 extern char *tgetstr ();
1261 int i; 1261 int i;
1262 1262
1263 char **address = term_get_fkeys_address;
1264
1263 /* This can happen if CANNOT_DUMP or with strange options. */ 1265 /* This can happen if CANNOT_DUMP or with strange options. */
1264 if (!initialized) 1266 if (!initialized)
1265 Vfunction_key_map = Fmake_sparse_keymap (Qnil); 1267 Vfunction_key_map = Fmake_sparse_keymap (Qnil);