aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
diff options
context:
space:
mode:
authorRoland McGrath1994-03-08 06:45:43 +0000
committerRoland McGrath1994-03-08 06:45:43 +0000
commitf778aff2fd53741b61211ac5816af868d52da7de (patch)
tree5d598704051530e7249662690b70c1c1cdcd609b /src/term.c
parentf2a003428d6cf16dbb0701b6998259cc15d0739e (diff)
downloademacs-f778aff2fd53741b61211ac5816af868d52da7de.tar.gz
emacs-f778aff2fd53741b61211ac5816af868d52da7de.zip
(term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.
Diffstat (limited to 'src/term.c')
-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);