diff options
| author | Roland McGrath | 1994-03-08 06:48:45 +0000 |
|---|---|---|
| committer | Roland McGrath | 1994-03-08 06:48:45 +0000 |
| commit | 370852333016efdd216f3123ae5e26e5d70c580e (patch) | |
| tree | 74a415d8418814c3453808d9f6fa14a319823108 /src | |
| parent | f778aff2fd53741b61211ac5816af868d52da7de (diff) | |
| download | emacs-370852333016efdd216f3123ae5e26e5d70c580e.tar.gz emacs-370852333016efdd216f3123ae5e26e5d70c580e.zip | |
(term_get_fkeys_1): Use term_get_fkeys_arg, not term_get_fkeys_address.
Diffstat (limited to 'src')
| -rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 5b769a4e29e..fb8e80fdd87 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1260,7 +1260,7 @@ 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; | 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) |