diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 7c95ff9b16f..0ac76d41861 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -210,7 +210,7 @@ wset_update_mode_line (struct window *w) | |||
| 210 | { | 210 | { |
| 211 | /* If this window is the selected window on its frame, set the | 211 | /* If this window is the selected window on its frame, set the |
| 212 | global variable update_mode_lines, so that x_consider_frame_title | 212 | global variable update_mode_lines, so that x_consider_frame_title |
| 213 | will consider this frame's title for rtedisplay. */ | 213 | will consider this frame's title for redisplay. */ |
| 214 | Lisp_Object fselected_window = XFRAME (WINDOW_FRAME (w))->selected_window; | 214 | Lisp_Object fselected_window = XFRAME (WINDOW_FRAME (w))->selected_window; |
| 215 | 215 | ||
| 216 | if (WINDOWP (fselected_window) && XWINDOW (fselected_window) == w) | 216 | if (WINDOWP (fselected_window) && XWINDOW (fselected_window) == w) |