]> git.eshelyaron.com Git - emacs.git/commit
(term_get_fkeys_data): Variable removed.
authorRoland McGrath <roland@gnu.org>
Tue, 8 Mar 1994 06:20:26 +0000 (06:20 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 8 Mar 1994 06:20:26 +0000 (06:20 +0000)
commitf2a003428d6cf16dbb0701b6998259cc15d0739e
tree53527883266e8912fe2629d14fdf2ae540706943
parent89bca6129b086443bf60762a2b72b2ac32f815d9
(term_get_fkeys_data): Variable removed.
(term_get_fkeys_define_1, term_get_fkeys_define): Functions removed.
(term_get_fkeys_address): New variable, to pass arg through condition-case.
(term_get_fkeys): Set that to ADDRESS; just do condition-case around call to
term_get_fkeys_1, ignoring all errors.
(term_get_fkeys_1): New function, containing body of term_get_fkeys.
Don't use term_get_fkeys_define_1; call Fdefine_key directly.
src/term.c