aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 9ba115618da..5b255259aa1 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -336,7 +336,7 @@ extern void poll_for_input_1 P_ ((void));
336#endif 336#endif
337extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, 337extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
338 Lisp_Object, int)); 338 Lisp_Object, int));
339extern int gen_help_event P_ ((struct input_event *, Lisp_Object, 339extern int gen_help_event P_ ((struct input_event *, int, Lisp_Object,
340 Lisp_Object, Lisp_Object, Lisp_Object, int)); 340 Lisp_Object, Lisp_Object, Lisp_Object, int));
341extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); 341extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));
342extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); 342extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object));