diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 931ad978b73..eb046376144 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -2225,6 +2225,10 @@ change_frame_size_1 (frame, newheight, newwidth, pretend, delay) | |||
| 2225 | calculate_costs (frame); | 2225 | calculate_costs (frame); |
| 2226 | 2226 | ||
| 2227 | UNBLOCK_INPUT; | 2227 | UNBLOCK_INPUT; |
| 2228 | |||
| 2229 | /* This isn't quite a no-op: it runs window-configuration-change-hook. */ | ||
| 2230 | Fset_window_buffer (FRAME_SELECTED_WINDOW (frame), | ||
| 2231 | XWINDOW (FRAME_SELECTED_WINDOW (frame))->buffer); | ||
| 2228 | } | 2232 | } |
| 2229 | 2233 | ||
| 2230 | DEFUN ("send-string-to-terminal", Fsend_string_to_terminal, | 2234 | DEFUN ("send-string-to-terminal", Fsend_string_to_terminal, |