]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkey_binding, Fwhere_is_internal): Update prototype.
authorKim F. Storm <storm@cua.dk>
Wed, 6 Feb 2002 22:58:23 +0000 (22:58 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 6 Feb 2002 22:58:23 +0000 (22:58 +0000)
(is_command_symbol): Added prototype.

src/keymap.h

index 61e33834c8c2d1682c348ada852cd227f231cbe8..00d1c0387b908667d540ececeeef99b08aae7c70 100644 (file)
@@ -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));