aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2019-10-26 08:17:09 -0400
committerStefan Monnier2019-10-26 08:17:09 -0400
commitfeae2de4242d7288f94c4bb41a9b7deed8679da0 (patch)
treef1d5d718c4a928943dba029cbbae2c3431570195
parent7fc0292f5c49d11fc39853f8bc25586d54221e6a (diff)
downloademacs-feae2de4242d7288f94c4bb41a9b7deed8679da0.tar.gz
emacs-feae2de4242d7288f94c4bb41a9b7deed8679da0.zip
subr.el (run-window-configuration-change-hook): Mark obsolete
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/subr.el1
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 137d476c926..2528c6161aa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'
2732return the total and body sizes of any window during last redisplay. 2732return the total and body sizes of any window during last redisplay.
2733 2733
2734Also 'run-window-configuration-change-hook' is declared obsolete.
2735
2734See the section "(elisp) Window Hooks" in the Elisp manual for a 2736See the section "(elisp) Window Hooks" in the Elisp manual for a
2735detailed explanation of the new behavior. 2737detailed explanation of the new behavior.
2736 2738
diff --git a/lisp/subr.el b/lisp/subr.el
index 3ba4d2bd4e5..b408ef0931d 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1603,6 +1603,7 @@ be a list of the form returned by `event-start' and `event-end'."
1603(make-obsolete 'window-redisplay-end-trigger nil "23.1") 1603(make-obsolete 'window-redisplay-end-trigger nil "23.1")
1604(make-obsolete 'set-window-redisplay-end-trigger nil "23.1") 1604(make-obsolete 'set-window-redisplay-end-trigger nil "23.1")
1605 1605
1606(make-obsolete 'run-window-configuration-change-hook nil "27.1")
1606(make-obsolete 'process-filter-multibyte-p nil "23.1") 1607(make-obsolete 'process-filter-multibyte-p nil "23.1")
1607(make-obsolete 'set-process-filter-multibyte nil "23.1") 1608(make-obsolete 'set-process-filter-multibyte nil "23.1")
1608 1609