]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare syms_of_menu.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 8 Jun 2008 04:37:34 +0000 (04:37 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 8 Jun 2008 04:37:34 +0000 (04:37 +0000)
src/lisp.h

index bdbfe43ba193dde419bd0d71a6483dde9091d269..77e11ccdae77a2277abedca4cc29f2e8a5b87f17 100644 (file)
@@ -3214,6 +3214,9 @@ extern Lisp_Object next_single_char_property_change P_ ((Lisp_Object,
                                                         Lisp_Object,
                                                         Lisp_Object));
 
+/* defined in menu.c */
+extern void syms_of_menu P_ ((void));
+
 /* defined in xmenu.c */
 EXFUN (Fx_popup_menu, 2);
 EXFUN (Fx_popup_dialog, 3);