]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare Fcopy_keymap as Lisp_Object in advance to
authorKenichi Handa <handa@m17n.org>
Fri, 16 May 1997 00:43:22 +0000 (00:43 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 16 May 1997 00:43:22 +0000 (00:43 +0000)
avoid compiler error.

src/keymap.c

index dbeae5229289f06ba1e2fb76427a492d74e5d575..5885e8ba1996386eef64ccf2e8fdf11860323aad 100644 (file)
@@ -98,6 +98,7 @@ static Lisp_Object define_as_prefix ();
 static Lisp_Object describe_buffer_bindings ();
 static void describe_command (), describe_translation ();
 static void describe_map ();
+Lisp_Object Fcopy_keymap ();
 \f
 /* Keymap object support - constructors and predicates.                        */