From: Kenichi Handa Date: Fri, 16 May 1997 00:43:22 +0000 (+0000) Subject: Declare Fcopy_keymap as Lisp_Object in advance to X-Git-Tag: emacs-20.1~2113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b9171878a806e4999c3022a42866d2bdcdeeba3;p=emacs.git Declare Fcopy_keymap as Lisp_Object in advance to avoid compiler error. --- diff --git a/src/keymap.c b/src/keymap.c index dbeae522928..5885e8ba199 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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 (); /* Keymap object support - constructors and predicates. */