comparison src/term.c @ 8027:08cafbc57e00

(term_get_fkeys): Don't redeclare term_get_fkeys_1 here.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 1994 19:30:19 +0000
parents 60795e826dad
children 86065bec6fc9
comparison
equal deleted inserted replaced
8026:cd7741bac302 8027:08cafbc57e00
1252 to a command by the default bindings, we should silently ignore that 1252 to a command by the default bindings, we should silently ignore that
1253 function key specification, rather than giving the user an error and 1253 function key specification, rather than giving the user an error and
1254 refusing to run at all on such a terminal. */ 1254 refusing to run at all on such a terminal. */
1255 1255
1256 extern Lisp_Object Fidentity (); 1256 extern Lisp_Object Fidentity ();
1257 static Lisp_Object term_get_fkeys_1 ();
1258 term_get_fkeys_arg = address; 1257 term_get_fkeys_arg = address;
1259 internal_condition_case (term_get_fkeys_1, Qerror, Fidentity); 1258 internal_condition_case (term_get_fkeys_1, Qerror, Fidentity);
1260 } 1259 }
1261 1260
1262 static Lisp_Object 1261 static Lisp_Object