From: Richard M. Stallman Date: Wed, 2 Apr 1997 03:45:07 +0000 (+0000) Subject: (change_frame_size_1): Call Fset_window_buffer, X-Git-Tag: emacs-20.1~2663 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61730a69ed9608189d7f5bfdc351ea84a5339b72;p=emacs.git (change_frame_size_1): Call Fset_window_buffer, so that Vwindow_configuration_change_hook gets run. --- 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) calculate_costs (frame); UNBLOCK_INPUT; + + /* This isn't quite a no-op: it runs window-configuration-change-hook. */ + Fset_window_buffer (FRAME_SELECTED_WINDOW (frame), + XWINDOW (FRAME_SELECTED_WINDOW (frame))->buffer); } DEFUN ("send-string-to-terminal", Fsend_string_to_terminal,