From 4b9171878a806e4999c3022a42866d2bdcdeeba3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 16 May 1997 00:43:22 +0000 Subject: [PATCH] Declare Fcopy_keymap as Lisp_Object in advance to avoid compiler error. --- src/keymap.c | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.39.2