]> git.eshelyaron.com Git - emacs.git/commitdiff
(display_menu_item): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 15 Nov 1995 23:00:18 +0000 (23:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 15 Nov 1995 23:00:18 +0000 (23:00 +0000)
lwlib/xlwmenu.c

index 09945e25224799a9217a7c3db97b98d262ab249f..2f5066130d93ffbea7cd2e698cf12eb39fb566d0 100644 (file)
@@ -486,7 +486,7 @@ display_menu_item (mw, val, ws, where, highlighted_p, horizontal_p, just_compute
       width = ws->width - 2 * shadow;
     }
 
-#ifdef 0
+#if 0
   /* see if it should be a button in the menubar */
   button_p = horizontal_p && val->call_data;
 #endif