aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-15 23:00:18 +0000
committerRichard M. Stallman1995-11-15 23:00:18 +0000
commit4f35820fbc8301798ca783bcbc6ac6a69f658be8 (patch)
tree45f842dd180dd97756d6ee35210a0eed3f83923f
parent12760c02169b53cf0730b91c4eb29028de19be8e (diff)
downloademacs-4f35820fbc8301798ca783bcbc6ac6a69f658be8.tar.gz
emacs-4f35820fbc8301798ca783bcbc6ac6a69f658be8.zip
(display_menu_item): Fix previous change.
-rw-r--r--lwlib/xlwmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c
index 09945e25224..2f5066130d9 100644
--- a/lwlib/xlwmenu.c
+++ b/lwlib/xlwmenu.c
@@ -486,7 +486,7 @@ display_menu_item (mw, val, ws, where, highlighted_p, horizontal_p, just_compute
486 width = ws->width - 2 * shadow; 486 width = ws->width - 2 * shadow;
487 } 487 }
488 488
489#ifdef 0 489#if 0
490 /* see if it should be a button in the menubar */ 490 /* see if it should be a button in the menubar */
491 button_p = horizontal_p && val->call_data; 491 button_p = horizontal_p && val->call_data;
492#endif 492#endif