aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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