diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2021-10-07 21:10:34 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2021-10-07 21:10:50 +0200 |
commit | 36d7c4af7c83c4f3ea9ab9fdd0822b986564d78e (patch) | |
tree | eddf0dd4323bd950b0b2dd1101fe98d6b3d9a786 | |
parent | 598cd9beebd4043f50a9542535623983afc8f3ad (diff) | |
download | emacs-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.el | 2 |
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") |