]> git.eshelyaron.com Git - emacs.git/commitdiff
(term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.
authorRoland McGrath <roland@gnu.org>
Tue, 8 Mar 1994 06:48:45 +0000 (06:48 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 8 Mar 1994 06:48:45 +0000 (06:48 +0000)
src/term.c

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