emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/menu.c,v
Date: Fri, 05 Sep 2008 14:40:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/09/05 14:40:15

Index: menu.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/menu.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- menu.c      4 Aug 2008 16:57:43 -0000       1.10
+++ menu.c      5 Sep 2008 14:40:08 -0000       1.11
@@ -365,7 +365,7 @@
       return;
     }
 
-#ifdef HAVE_X_WINDOWS
+#if defined(HAVE_X_WINDOWS) || defined(MSDOS)
 #ifndef HAVE_BOXES
   /* Simulate radio buttons and toggle boxes by putting a prefix in
      front of them.  */
@@ -435,7 +435,7 @@
     item_string = concat2 (item_string, build_string (" >"));
 #endif
 
-#endif /* HAVE_X_WINDOWS */
+#endif /* HAVE_X_WINDOWS || MSDOS */
 
   push_menu_item (item_string, enabled, key,
                  XVECTOR (item_properties)->contents[ITEM_PROPERTY_DEF],




reply via email to

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