emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c,v
Date: Sun, 08 Jun 2008 04:37:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/06/08 04:37:20

Index: emacs.c
===================================================================
RCS file: /sources/emacs/emacs/src/emacs.c,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -b -r1.427 -r1.428
--- emacs.c     22 May 2008 03:18:17 -0000      1.427
+++ emacs.c     8 Jun 2008 04:37:19 -0000       1.428
@@ -1607,6 +1607,10 @@
 #endif
 #endif /* HAVE_X_WINDOWS */
 
+#ifdef HAVE_X_WINDOWS
+      syms_of_menu ();
+#endif
+
 #ifndef HAVE_NTGUI
 #ifndef MAC_OS
       /* Called before init_window_once for Mac OS Classic.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]