diff options
| author | Eli Zaretskii | 2013-12-09 19:20:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-09 19:20:34 +0200 |
| commit | cc24ef09f8c050808f9f4989e49122b206e8c934 (patch) | |
| tree | 578b29e1c9dd276a965e7b2559f8b09c21df9a83 /src/window.c | |
| parent | 439b1ae89e7c0660ef0a8fa540b12977e38dedf8 (diff) | |
| parent | ad8a47b89fc3c5a3302255f318b1ed805838cf72 (diff) | |
| download | emacs-cc24ef09f8c050808f9f4989e49122b206e8c934.tar.gz emacs-cc24ef09f8c050808f9f4989e49122b206e8c934.zip | |
Merge from trunk.
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index d1f3dd599b1..426edc6099c 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -3365,6 +3365,7 @@ set_window_buffer (Lisp_Object window, Lisp_Object buffer, | |||
| 3365 | /* Maybe we could move this into the `if' but it's not obviously safe and | 3365 | /* Maybe we could move this into the `if' but it's not obviously safe and |
| 3366 | I doubt it's worth the trouble. */ | 3366 | I doubt it's worth the trouble. */ |
| 3367 | wset_redisplay (w); | 3367 | wset_redisplay (w); |
| 3368 | w->update_mode_line = true; | ||
| 3368 | 3369 | ||
| 3369 | /* We must select BUFFER for running the window-scroll-functions. */ | 3370 | /* We must select BUFFER for running the window-scroll-functions. */ |
| 3370 | /* We can't check ! NILP (Vwindow_scroll_functions) here | 3371 | /* We can't check ! NILP (Vwindow_scroll_functions) here |