Mercurial > emacs
changeset 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 | dc1c03408169 |
children | 3b50e2642bfd |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sat Dec 23 07:46:41 1995 +0000 +++ b/src/xdisp.c Sat Dec 23 07:47:37 1995 +0000 @@ -709,7 +709,7 @@ 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;