aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2002-02-23 22:01:16 +0000
committerKim F. Storm2002-02-23 22:01:16 +0000
commit81607000032c1d89514d76e248cec3089cc14938 (patch)
tree64fefcb2e748d70fd4330a49ce1ed983b8d77a8e /src
parenta1df473f03585f099f2921bcf268294349941630 (diff)
downloademacs-81607000032c1d89514d76e248cec3089cc14938.tar.gz
emacs-81607000032c1d89514d76e248cec3089cc14938.zip
(Fremap_command): Declare extern.
(is_command_symbol): Remove extern.
Diffstat (limited to 'src')
-rw-r--r--src/keymap.h2
1 files changed, 1 insertions, 1 deletions
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);
28EXFUN (Fkeymap_prompt, 1); 28EXFUN (Fkeymap_prompt, 1);
29EXFUN (Fdefine_key, 3); 29EXFUN (Fdefine_key, 3);
30EXFUN (Flookup_key, 3); 30EXFUN (Flookup_key, 3);
31EXFUN (Fremap_command, 1);
31EXFUN (Fkey_binding, 3); 32EXFUN (Fkey_binding, 3);
32EXFUN (Fkey_description, 1); 33EXFUN (Fkey_description, 1);
33EXFUN (Fsingle_key_description, 2); 34EXFUN (Fsingle_key_description, 2);
34EXFUN (Fwhere_is_internal, 5); 35EXFUN (Fwhere_is_internal, 5);
35extern int is_command_symbol P_ ((Lisp_Object));
36extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int)); 36extern Lisp_Object access_keymap P_ ((Lisp_Object, Lisp_Object, int, int, int));
37extern Lisp_Object get_keyelt P_ ((Lisp_Object, int)); 37extern Lisp_Object get_keyelt P_ ((Lisp_Object, int));
38extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int)); 38extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int));