diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 3 |
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); |
| 124 | static void silly_event_symbol_error (Lisp_Object); | 124 | static void silly_event_symbol_error (Lisp_Object); |
| 125 | static 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 | ||
| 761 | Lisp_Object | 762 | static Lisp_Object |
| 762 | get_keyelt (Lisp_Object object, int autoload) | 763 | get_keyelt (Lisp_Object object, int autoload) |
| 763 | { | 764 | { |
| 764 | while (1) | 765 | while (1) |