aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Monnier2019-10-26 08:17:09 -0400
committerStefan Monnier2019-10-26 08:17:09 -0400
commitfeae2de4242d7288f94c4bb41a9b7deed8679da0 (patch)
treef1d5d718c4a928943dba029cbbae2c3431570195 /lisp
parent7fc0292f5c49d11fc39853f8bc25586d54221e6a (diff)
downloademacs-feae2de4242d7288f94c4bb41a9b7deed8679da0.tar.gz
emacs-feae2de4242d7288f94c4bb41a9b7deed8679da0.zip
subr.el (run-window-configuration-change-hook): Mark obsolete
Diffstat (limited to 'lisp')
-rw-r--r--lisp/subr.el1
1 files changed, 1 insertions, 0 deletions
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