emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master feae2de: subr.el (run-window-configuration-change-hook): Mark obs


From: Stefan Monnier
Subject: master feae2de: subr.el (run-window-configuration-change-hook): Mark obsolete
Date: Sat, 26 Oct 2019 08:17:15 -0400 (EDT)

branch: master
commit feae2de4242d7288f94c4bb41a9b7deed8679da0
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    subr.el (run-window-configuration-change-hook): Mark obsolete
---
 etc/NEWS     | 2 ++
 lisp/subr.el | 1 +
 2 files changed, 3 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 137d476..2528c61 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
 
diff --git a/lisp/subr.el b/lisp/subr.el
index 3ba4d2b..b408ef0 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'."
 (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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]