]> git.eshelyaron.com Git - emacs.git/commit
Declare the variable `rx-constituents` obsolete.
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 29 Apr 2024 10:35:55 +0000 (12:35 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 19:48:27 +0000 (21:48 +0200)
commitbb586e2dedde2c70555fe5a644b740dbc03bab79
tree00fff18ea416c4d16d93313de30d83c278b8beda
parent7ddf3c46c9359bd885dabdcee207ca8657c24f69
Declare the variable `rx-constituents` obsolete.

It has been effectively obsolete since Emacs 27, when the modern
extension mechanism was introduced.

* lisp/emacs-lisp/rx.el (rx-constituents): Make obsolete.
* test/lisp/emacs-lisp/rx-tests.el (rx-constituents): Suppress warning.
* etc/NEWS: Announce.

(cherry picked from commit 3be382311fa03b9ec9c571b5e5737ff2d51bc2d3)
etc/NEWS
lisp/emacs-lisp/rx.el
test/lisp/emacs-lisp/rx-tests.el