summaryrefslogtreecommitdiff
path: root/src/keymap.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-02-06 22:58:23 +0000
committerKim F. Storm <storm@cua.dk>2002-02-06 22:58:23 +0000
commitcc0d001d9e80907ff192192d2eb3c20fc03fbe4a (patch)
treedf604474bef6f2240eec34fc7ecd9ad4b6e4abe6 /src/keymap.h
parent0c412762ee4eb9288dd33602d73f11f565f779e8 (diff)
downloademacs-cc0d001d9e80907ff192192d2eb3c20fc03fbe4a.tar.gz
(Fkey_binding, Fwhere_is_internal): Update prototype.
(is_command_symbol): Added prototype.
Diffstat (limited to 'src/keymap.h')
-rw-r--r--src/keymap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keymap.h b/src/keymap.h
index 61e33834c8c..00d1c0387b9 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -28,10 +28,11 @@ EXFUN (Fmake_sparse_keymap, 1);
EXFUN (Fkeymap_prompt, 1);
EXFUN (Fdefine_key, 3);
EXFUN (Flookup_key, 3);
-EXFUN (Fkey_binding, 2);
+EXFUN (Fkey_binding, 3);
EXFUN (Fkey_description, 1);
EXFUN (Fsingle_key_description, 2);
-EXFUN (Fwhere_is_internal, 4);
+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));