]> git.eshelyaron.com Git - emacs.git/commitdiff
(term_get_fkeys): Don't redeclare term_get_fkeys_1 here.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 1994 19:30:19 +0000 (19:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 1994 19:30:19 +0000 (19:30 +0000)
src/term.c

index 6922498983c9b73724cceb024b78aec6fd6e6c7b..f701007eba26c20070a4efdd06e4e76d1bf8b51d 100644 (file)
@@ -1254,7 +1254,6 @@ term_get_fkeys (address)
      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);
 }