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 ef2ed638508..05340ea439f 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -220,7 +220,7 @@ static void | |||
| 220 | wset_update_mode_line (struct window *w) | 220 | wset_update_mode_line (struct window *w) |
| 221 | { | 221 | { |
| 222 | /* If this window is the selected window on its frame, set the | 222 | /* If this window is the selected window on its frame, set the |
| 223 | global variable update_mode_lines, so that x_consider_frame_title | 223 | global variable update_mode_lines, so that gui_consider_frame_title |
| 224 | will consider this frame's title for redisplay. */ | 224 | will consider this frame's title for redisplay. */ |
| 225 | Lisp_Object fselected_window = XFRAME (WINDOW_FRAME (w))->selected_window; | 225 | Lisp_Object fselected_window = XFRAME (WINDOW_FRAME (w))->selected_window; |
| 226 | 226 | ||