Mercurial > emacs
comparison src/term.c @ 6250:a08cca81d0bd
(term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Tue, 08 Mar 1994 06:48:45 +0000 |
parents | 365e7cbd7292 |
children | a537d9d83e52 |
comparison
equal
deleted
inserted
replaced
6249:365e7cbd7292 | 6250:a08cca81d0bd |
---|---|
1258 term_get_fkeys_1 () | 1258 term_get_fkeys_1 () |
1259 { | 1259 { |
1260 extern char *tgetstr (); | 1260 extern char *tgetstr (); |
1261 int i; | 1261 int i; |
1262 | 1262 |
1263 char **address = term_get_fkeys_address; | 1263 char **address = term_get_fkeys_arg; |
1264 | 1264 |
1265 /* This can happen if CANNOT_DUMP or with strange options. */ | 1265 /* This can happen if CANNOT_DUMP or with strange options. */ |
1266 if (!initialized) | 1266 if (!initialized) |
1267 Vfunction_key_map = Fmake_sparse_keymap (Qnil); | 1267 Vfunction_key_map = Fmake_sparse_keymap (Qnil); |
1268 | 1268 |