]> git.eshelyaron.com Git - emacs.git/commit
Handle buffer-local 'window-size-change-functions' specially (Bug#32637)
authorMartin Rudalics <rudalics@gmx.at>
Mon, 10 Sep 2018 08:05:20 +0000 (10:05 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 10 Sep 2018 08:05:20 +0000 (10:05 +0200)
commit6a00f2babf84f309fa00269bff3abef7eb502023
tree71c3b44a0e017e86cf0373f95631ea56d3cf2fac
parenta704bad5e69e278086ea895061be496287b5c277
Handle buffer-local 'window-size-change-functions' specially (Bug#32637)

* src/window.c (run_window_size_change_functions): Run a
buffer-local value once per each frame and only if at least
one window showing the buffer on that frame has changed its
size.  (Bug#32637)
* doc/lispref/windows.texi (Window Hooks): Describe new
behavior of buffer-local 'window-size-change-functions'.
doc/lispref/windows.texi
etc/NEWS
src/window.c