]> git.eshelyaron.com Git - emacs.git/commit
Don't complain about the regexp "[:-:]"
authorMattias Engdegård <mattiase@acm.org>
Wed, 26 Feb 2020 21:59:22 +0000 (22:59 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 26 Feb 2020 21:59:22 +0000 (22:59 +0100)
commit3766bf728a43933083f4525970bcf9fdace3838d
tree34f1a94f379bac2b2f6fa28866de6e30da1dbd7d
parent8d5e8cddab732ac90e9ae930c63f7830f9dab24f
Don't complain about the regexp "[:-:]"

Suggested by Clément Pit-Claudel.

* src/regex-emacs.c (regex_compile):
* test/src/regex-emacs-tests.el (regexp-invalid): Tolerate ranges.
src/regex-emacs.c
test/src/regex-emacs-tests.el