From 36d7c4af7c83c4f3ea9ab9fdd0822b986564d78e Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 7 Oct 2021 21:10:34 +0200 Subject: [PATCH] Update inhibit-changing-match-data obsoletion data * lisp/subr.el (inhibit-changing-match-data): Link to `save-match-data'. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/subr.el b/lisp/subr.el index 4173e9f449b..33aa3ced446 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1752,7 +1752,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-variable 'operating-system-release nil "28.1") -(make-obsolete-variable 'inhibit-changing-match-data nil "29.1") +(make-obsolete-variable 'inhibit-changing-match-data 'save-match-data "29.1") (make-obsolete 'run-window-configuration-change-hook nil "27.1") -- 2.39.5