aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-12-23 07:47:37 +0000
committerRichard M. Stallman1995-12-23 07:47:37 +0000
commitd3f46cffef9cc839da1640194e5e536cfb3e7553 (patch)
tree9677f2270ff4824ed74cfe2512913fd6fc1f3927
parentaf39ac8ca3b8d31f7e17667d0f0905214c970e96 (diff)
downloademacs-d3f46cffef9cc839da1640194e5e536cfb3e7553.tar.gz
emacs-d3f46cffef9cc839da1640194e5e536cfb3e7553.zip
(prepare_menu_bars): If update_mode_lines,
update all frame titles too.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index aa7226cfd8a..fbffc857128 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -709,7 +709,7 @@ prepare_menu_bars ()
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