diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
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 | ||