]> git.eshelyaron.com Git - emacs.git/commit
Fix error in gnu compilation-mode regexp (bug#37582)
authorMattias Engdegård <mattiase@acm.org>
Fri, 4 Oct 2019 13:29:31 +0000 (15:29 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 4 Oct 2019 13:43:15 +0000 (15:43 +0200)
commit32558cfe53b187e3bbdfb532c7ce64ab9b0cd4f5
tree3a7b581f61f4cdc1277380d839dbc26e614d2375
parentd09cbcee9ce90171a20a3cae4a27dc08dcb1af41
Fix error in gnu compilation-mode regexp (bug#37582)

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Fix a mistake introduced when the regexp was translated to rx.
* test/lisp/progmodes/compile-tests.el (compile-tests--test-regexps-data)
(compile-test-error-regexps): Add test case.
* etc/compilation.txt: Add example.
etc/compilation.txt
lisp/progmodes/compile.el
test/lisp/progmodes/compile-tests.el