aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index cc25d350d44..f7081aab4ad 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -122,6 +122,7 @@ static void describe_vector (Lisp_Object, Lisp_Object, Lisp_Object,
122 Lisp_Object, Lisp_Object, int *, 122 Lisp_Object, Lisp_Object, int *,
123 int, int, int); 123 int, int, int);
124static void silly_event_symbol_error (Lisp_Object); 124static void silly_event_symbol_error (Lisp_Object);
125static Lisp_Object get_keyelt (Lisp_Object, int);
125 126
126/* Keymap object support - constructors and predicates. */ 127/* Keymap object support - constructors and predicates. */
127 128
@@ -758,7 +759,7 @@ usage: (map-keymap FUNCTION KEYMAP) */)
758 759
759 This can GC because menu_item_eval_property calls Feval. */ 760 This can GC because menu_item_eval_property calls Feval. */
760 761
761Lisp_Object 762static Lisp_Object
762get_keyelt (Lisp_Object object, int autoload) 763get_keyelt (Lisp_Object object, int autoload)
763{ 764{
764 while (1) 765 while (1)