From 81607000032c1d89514d76e248cec3089cc14938 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sat, 23 Feb 2002 22:01:16 +0000 Subject: [PATCH] (Fremap_command): Declare extern. (is_command_symbol): Remove extern. --- src/keymap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keymap.h b/src/keymap.h index 00d1c0387b9..4e672eeaa65 100644 --- a/src/keymap.h +++ b/src/keymap.h @@ -28,11 +28,11 @@ EXFUN (Fmake_sparse_keymap, 1); EXFUN (Fkeymap_prompt, 1); EXFUN (Fdefine_key, 3); EXFUN (Flookup_key, 3); +EXFUN (Fremap_command, 1); EXFUN (Fkey_binding, 3); EXFUN (Fkey_description, 1); EXFUN (Fsingle_key_description, 2); EXFUN (Fwhere_is_internal, 5); -extern int is_command_symbol P_ ((Lisp_Object)); extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int)); extern Lisp_Object get_keyelt P_ ((Lisp_Object, int)); extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int)); -- 2.39.5