From: Richard M. Stallman Date: Tue, 31 Oct 1995 14:27:13 +0000 (+0000) Subject: Add some commented-out code. X-Git-Tag: emacs-19.34~2490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e6f69ce8902439b89669a5fbfbfc87083d3742f;p=emacs.git Add some commented-out code. --- diff --git a/src/xdisp.c b/src/xdisp.c index 6c8bef40496..f3876c9d020 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3164,6 +3164,19 @@ display_menu_bar (w) get_display_line (f, vpos, 0); +#if 0 + /* Show in the menu bar how to invoke it. */ + if (!FRAME_X_P (f)) + { + hpos = display_string (XWINDOW (FRAME_ROOT_WINDOW (f)), vpos, + "M-`", 3, + hpos, 0, 0, hpos, maxendcol); + /* Put 2 spaces after it. */ + hpos = display_string (w, vpos, "", 0, hpos, 0, 0, + hpos + 2, maxendcol); + } +#endif + items = FRAME_MENU_BAR_ITEMS (f); for (i = 0; i < XVECTOR (items)->size; i += 3) {