From: Lars Ingebrigtsen Date: Thu, 7 Oct 2021 19:10:34 +0000 (+0200) Subject: Update inhibit-changing-match-data obsoletion data X-Git-Tag: emacs-29.0.90~3671^2~621^2~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36d7c4af7c83c4f3ea9ab9fdd0822b986564d78e;p=emacs.git Update inhibit-changing-match-data obsoletion data * lisp/subr.el (inhibit-changing-match-data): Link to `save-match-data'. --- 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")