Philipp Stephani
|
ad4eff3b90
|
Add 'rx' pattern for pcase.
* lisp/emacs-lisp/rx.el (rx): New pcase macro.
* test/lisp/emacs-lisp/rx-tests.el (rx-pcase): Add unit test.
|
2017-07-23 22:32:23 +02:00 |
|
Paul Eggert
|
e6a782ee1a
|
Update copyright year to 2017 in master
Run admin/update-copyright in the master branch. This fixes files
that were not already fixed in the emacs-25 branch before it was
merged here.
|
2017-01-01 01:48:59 -08:00 |
|
Noam Postavsky
|
a7523ba955
|
Fix rx-any with range with ?\] and ?-
* lisp/emacs-lisp/rx.el: Make sure not to produce a circular
list (Bug#25123).
* test/lisp/emacs-lisp/rx-tests.el (rx-char-any): New test.
|
2016-12-18 08:44:45 -05:00 |
|