comparison src/xdisp.c @ 13826:cbe1d1a07eb2

(prepare_menu_bars): If update_mode_lines, update all frame titles too.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Dec 1995 07:47:37 +0000
parents 7c7cc29b994e
children 467bc73e8734
comparison
equal deleted inserted replaced
13825:dc1c03408169 13826:cbe1d1a07eb2
707 "We do this after the menu bars so that the frame will first 707 "We do this after the menu bars so that the frame will first
708 create its menu bar using the name `emacs' if no other name 708 create its menu bar using the name `emacs' if no other name
709 has yet been specified." 709 has yet been specified."
710 I think that is no longer a concern. */ 710 I think that is no longer a concern. */
711 #ifdef HAVE_WINDOW_SYSTEM 711 #ifdef HAVE_WINDOW_SYSTEM
712 if (windows_or_buffers_changed) 712 if (windows_or_buffers_changed || update_mode_lines)
713 { 713 {
714 Lisp_Object tail, frame; 714 Lisp_Object tail, frame;
715 715
716 FOR_EACH_FRAME (tail, frame) 716 FOR_EACH_FRAME (tail, frame)
717 if (FRAME_VISIBLE_P (XFRAME (frame)) 717 if (FRAME_VISIBLE_P (XFRAME (frame))