# HG changeset patch # User Richard M. Stallman # Date 806799032 0 # Node ID 74e59068a94814bbe0da4f192aa521b34cd65565 # Parent 0e9d2009e609da5cd2abb352a9472fd1496ee0c9 (update_menu_bar): Pass new arg to set_frame_menubar. (syms_of_xdisp): Doc fix. diff -r 0e9d2009e609 -r 74e59068a948 src/xdisp.c --- a/src/xdisp.c Wed Jul 26 22:23:11 1995 +0000 +++ b/src/xdisp.c Wed Jul 26 22:50:32 1995 +0000 @@ -1307,7 +1307,7 @@ call1 (Vrun_hooks, Qmenu_bar_update_hook); FRAME_MENU_BAR_ITEMS (f) = menu_bar_items (FRAME_MENU_BAR_ITEMS (f)); #ifdef USE_X_TOOLKIT - set_frame_menubar (f, 0); + set_frame_menubar (f, 0, 0); #endif /* USE_X_TOOLKIT */ unbind_to (count, Qnil); @@ -4206,8 +4206,8 @@ DEFVAR_BOOL ("multiple-frames", &multiple_frames, "Non-nil if more than one frame is visible on this display.\n\ Minibuffer-only frames don't count, but iconified frames do.\n\ -This variable is not guaranteed to be accurate except while parsing\n\ -frame-title-format."); +This variable is not guaranteed to be accurate except while processing\n\ +`frame-title-format' and `icon-title-format'."); DEFVAR_LISP ("frame-title-format", &Vframe_title_format, "Template for displaying the titlebar of visible frames.\n\