]> git.eshelyaron.com Git - emacs.git/commitdiff
subr.el (run-window-configuration-change-hook): Mark obsolete
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 Oct 2019 12:17:09 +0000 (08:17 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 26 Oct 2019 12:17:09 +0000 (08:17 -0400)
etc/NEWS
lisp/subr.el

index 137d476c926ab7cc4525f3e2d2f65235e02c7acd..2528c6161aab46338471b390227fe84ff5e9ecb3 100644 (file)
--- 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.
 
index 3ba4d2bd4e5b26ef85633737489d95bf192a2756..b408ef0931d5f1568e9e485fa41102d1cd43da87 100644 (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")