(display_menu_item): Fix previous change.

This commit is contained in:
Richard M. Stallman 1995-11-15 23:00:18 +00:00
parent 12760c0216
commit 4f35820fbc

View 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