]> code.delx.au - gnu-emacs/blobdiff - src/keymap.h
*** empty log message ***
[gnu-emacs] / src / keymap.h
index 4fcbffbed5a433d941236e2e181c40d5852d6ed3..62a97b415cea9abc2815675c3f879b1ade5f3513 100644 (file)
@@ -1,5 +1,6 @@
 /* Functions to manipulate keymaps.
-   Copyright (C) 2001, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005,
+                 2006, 2007 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -28,8 +29,8 @@ EXFUN (Fmake_sparse_keymap, 1);
 EXFUN (Fkeymap_prompt, 1);
 EXFUN (Fdefine_key, 3);
 EXFUN (Flookup_key, 3);
-EXFUN (Fcommand_remapping, 1);
-EXFUN (Fkey_binding, 3);
+EXFUN (Fcommand_remapping, 2);
+EXFUN (Fkey_binding, 4);
 EXFUN (Fkey_description, 2);
 EXFUN (Fsingle_key_description, 2);
 EXFUN (Fwhere_is_internal, 5);