]> git.eshelyaron.com Git - emacs.git/commitdiff
(term_get_fkeys_1): New local var ADDRESS, init to term_get_fkeys_address.
authorRoland McGrath <roland@gnu.org>
Tue, 8 Mar 1994 06:45:43 +0000 (06:45 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 8 Mar 1994 06:45:43 +0000 (06:45 +0000)
src/term.c

index c58de2cb8276c92325073d198a2dc4dbc40d46e6..5b769a4e29e2992f3661c2ea77a56622d407f1b0 100644 (file)
@@ -1260,6 +1260,8 @@ term_get_fkeys_1 ()
   extern char *tgetstr ();
   int i;
 
+  char **address = term_get_fkeys_address;
+
   /* This can happen if CANNOT_DUMP or with strange options.  */
   if (!initialized)
     Vfunction_key_map = Fmake_sparse_keymap (Qnil);