From: Richard M. Stallman Date: Wed, 26 Jul 1995 22:50:32 +0000 (+0000) Subject: (update_menu_bar): Pass new arg to set_frame_menubar. X-Git-Tag: emacs-19.34~3176 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c2eb2429b9ec5960fae77211737df7af6f2c105;p=emacs.git (update_menu_bar): Pass new arg to set_frame_menubar. (syms_of_xdisp): Doc fix. --- diff --git a/src/xdisp.c b/src/xdisp.c index 0c714f50775..6a426f80b5c 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -1307,7 +1307,7 @@ update_menu_bar (f, save_match_data) 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 @@ If this is zero, point is always centered after it moves off frame."); 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\