]> git.eshelyaron.com Git - emacs.git/commit
Add `unmatchable' as alias for (or) in rx (bug#37659)
authorMattias Engdegård <mattiase@acm.org>
Mon, 7 Oct 2019 16:28:18 +0000 (18:28 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 18 Oct 2019 12:46:06 +0000 (14:46 +0200)
commitae5407b8579feae17ab34ed9ac68149cc29387c9
tree357255e1bf523e6d403c6ea066ec15a5852387a8
parente5a446b0a706ddd4bedf973baeaf54f105198b09
Add `unmatchable' as alias for (or) in rx (bug#37659)

* lisp/emacs-lisp/rx.el (rx--translate-symbol, rx--builtin-symbols, rx):
* test/lisp/emacs-lisp/rx-tests.el (rx-atoms):
* doc/lispref/searching.texi (Rx Constructs):
* etc/NEWS:
Add `unmatchable', more descriptive than (or), and corresponding to
the variable `regexp-unmatchable'.
doc/lispref/searching.texi
etc/NEWS
lisp/emacs-lisp/rx.el
test/lisp/emacs-lisp/rx-tests.el