1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(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