summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2021-10-07 21:10:34 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2021-10-07 21:10:50 +0200
commit36d7c4af7c83c4f3ea9ab9fdd0822b986564d78e (patch)
treeeddf0dd4323bd950b0b2dd1101fe98d6b3d9a786
parent598cd9beebd4043f50a9542535623983afc8f3ad (diff)
downloademacs-36d7c4af7c83c4f3ea9ab9fdd0822b986564d78e.tar.gz
emacs-36d7c4af7c83c4f3ea9ab9fdd0822b986564d78e.tar.bz2
emacs-36d7c4af7c83c4f3ea9ab9fdd0822b986564d78e.zip
Update inhibit-changing-match-data obsoletion data
* lisp/subr.el (inhibit-changing-match-data): Link to `save-match-data'.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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")