1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 01:34:36 -08:00

(prepare_menu_bars): If update_mode_lines,

update all frame titles too.
This commit is contained in:
Richard M. Stallman 1995-12-23 07:47:37 +00:00
parent af39ac8ca3
commit d3f46cffef

View file

@ -709,7 +709,7 @@ prepare_menu_bars ()
has yet been specified."
I think that is no longer a concern. */
#ifdef HAVE_WINDOW_SYSTEM
if (windows_or_buffers_changed)
if (windows_or_buffers_changed || update_mode_lines)
{
Lisp_Object tail, frame;