diff options
| author | Stefan Monnier | 2019-10-26 08:17:09 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-10-26 08:17:09 -0400 |
| commit | feae2de4242d7288f94c4bb41a9b7deed8679da0 (patch) | |
| tree | f1d5d718c4a928943dba029cbbae2c3431570195 /etc | |
| parent | 7fc0292f5c49d11fc39853f8bc25586d54221e6a (diff) | |
| download | emacs-feae2de4242d7288f94c4bb41a9b7deed8679da0.tar.gz emacs-feae2de4242d7288f94c4bb41a9b7deed8679da0.zip | |
subr.el (run-window-configuration-change-hook): Mark obsolete
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -2731,6 +2731,8 @@ during last redisplay. 'window-old-pixel-width' (renamed from | |||
| 2731 | 'window-old-body-pixel-width' and 'window-old-body-pixel-height' | 2731 | 'window-old-body-pixel-width' and 'window-old-body-pixel-height' |
| 2732 | return the total and body sizes of any window during last redisplay. | 2732 | return the total and body sizes of any window during last redisplay. |
| 2733 | 2733 | ||
| 2734 | Also 'run-window-configuration-change-hook' is declared obsolete. | ||
| 2735 | |||
| 2734 | See the section "(elisp) Window Hooks" in the Elisp manual for a | 2736 | See the section "(elisp) Window Hooks" in the Elisp manual for a |
| 2735 | detailed explanation of the new behavior. | 2737 | detailed explanation of the new behavior. |
| 2736 | 2738 | ||