diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-11-29 15:11:38 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-11-29 15:11:38 +0100 |
commit | 6523b8401519a29ca0aefaf44c3dfa36f681f64e (patch) | |
tree | a691422921ad1287fdeade2128efed4c59c14e8d /lisp/emacs-lisp/rx.el | |
parent | 2e0256e0a02edad129e0af1ea97b9e263c5d83fb (diff) | |
parent | 38ed05f49fcfe7c6d6908041010881a04a7ff6b1 (diff) | |
download | emacs-6523b8401519a29ca0aefaf44c3dfa36f681f64e.tar.gz emacs-6523b8401519a29ca0aefaf44c3dfa36f681f64e.tar.bz2 emacs-6523b8401519a29ca0aefaf44c3dfa36f681f64e.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/rx.el')
-rw-r--r-- | lisp/emacs-lisp/rx.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 76c3ac31b85..6d33299e202 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -1418,6 +1418,7 @@ into a plain rx-expression, collecting names into `rx--pcase-vars'." (cons head (mapcar #'rx--pcase-transform rest))) (_ rx))) +;;;###autoload (pcase-defmacro rx (&rest regexps) "A pattern that matches strings against `rx' REGEXPS in sexp form. REGEXPS are interpreted as in `rx'. The pattern matches any |