comparison src/keyboard.h @ 30676:13034314ea4c

(menu_item_eval_property): Declare.
author Ken Raeburn <raeburn@raeburn.org>
date Tue, 08 Aug 2000 14:37:26 +0000
parents 5584f2db8500
children 17973241c0d2
comparison
equal deleted inserted replaced
30675:8a516a1f76a7 30676:13034314ea4c
337 extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, 337 extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
338 Lisp_Object, int)); 338 Lisp_Object, int));
339 extern int gen_help_event P_ ((struct input_event *, Lisp_Object, 339 extern int gen_help_event P_ ((struct input_event *, Lisp_Object,
340 Lisp_Object, Lisp_Object, Lisp_Object, int)); 340 Lisp_Object, Lisp_Object, Lisp_Object, int));
341 extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); 341 extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object));
342 extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object));