]> git.eshelyaron.com Git - emacs.git/commit
Fix rx.el byte-compile warning in loaddefs.el
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 31 Jul 2022 09:28:04 +0000 (11:28 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 31 Jul 2022 09:28:04 +0000 (11:28 +0200)
commite8d198a00a87df7b047cf8eeebad197584d35717
tree81f37621d7e20490a9de8579c0a860f8439b342f
parentf8278a923fd789b8dd0d33584e840e03e4f21c2a
Fix rx.el byte-compile warning in loaddefs.el

* lisp/emacs-lisp/rx.el (rx--to-expr, rx--pcase-transform):
Autoload to avoid warning when byte-compiling loaddefs.el.
lisp/emacs-lisp/rx.el