1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

subr.el (run-window-configuration-change-hook): Mark obsolete

This commit is contained in:
Stefan Monnier 2019-10-26 08:17:09 -04:00
parent 7fc0292f5c
commit feae2de424
2 changed files with 3 additions and 0 deletions

View File

@ -2731,6 +2731,8 @@ during last redisplay. 'window-old-pixel-width' (renamed from
'window-old-body-pixel-width' and 'window-old-body-pixel-height'
return the total and body sizes of any window during last redisplay.
Also 'run-window-configuration-change-hook' is declared obsolete.
See the section "(elisp) Window Hooks" in the Elisp manual for a
detailed explanation of the new behavior.

View File

@ -1603,6 +1603,7 @@ be a list of the form returned by `event-start' and `event-end'."
(make-obsolete 'window-redisplay-end-trigger nil "23.1")
(make-obsolete 'set-window-redisplay-end-trigger nil "23.1")
(make-obsolete 'run-window-configuration-change-hook nil "27.1")
(make-obsolete 'process-filter-multibyte-p nil "23.1")
(make-obsolete 'set-process-filter-multibyte nil "23.1")