]> git.eshelyaron.com Git - emacs.git/commitdiff
Update inhibit-changing-match-data obsoletion data
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 7 Oct 2021 19:10:34 +0000 (21:10 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 7 Oct 2021 19:10:50 +0000 (21:10 +0200)
* lisp/subr.el (inhibit-changing-match-data): Link to
`save-match-data'.

lisp/subr.el

index 4173e9f449bf47fd86c966214880a46e6600c65b..33aa3ced446868740ab46fe1b7280111d3e8ed25 100644 (file)
@@ -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")