changeset 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 cd7741bac302
children ba1bbdb8595e
files src/term.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Thu Jun 23 19:27:56 1994 +0000
+++ b/src/term.c	Thu Jun 23 19:30:19 1994 +0000
@@ -1254,7 +1254,6 @@
      refusing to run at all on such a terminal.  */
 
   extern Lisp_Object Fidentity ();
-  static Lisp_Object term_get_fkeys_1 ();
   term_get_fkeys_arg = address;
   internal_condition_case (term_get_fkeys_1, Qerror, Fidentity);
 }