aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);
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 (Fkey_binding, 2); 31EXFUN (Fkey_binding, 3);
32EXFUN (Fkey_description, 1); 32EXFUN (Fkey_description, 1);
33EXFUN (Fsingle_key_description, 2); 33EXFUN (Fsingle_key_description, 2);
34EXFUN (Fwhere_is_internal, 4); 34EXFUN (Fwhere_is_internal, 5);
35extern int is_command_symbol P_ ((Lisp_Object));
35extern 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));
36extern Lisp_Object get_keyelt P_ ((Lisp_Object, int)); 37extern Lisp_Object get_keyelt P_ ((Lisp_Object, int));
37extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int)); 38extern Lisp_Object get_keymap P_ ((Lisp_Object, int, int));