diff options
| author | Mattias EngdegÄrd | 2019-10-04 15:29:31 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2019-10-04 15:43:15 +0200 |
| commit | 32558cfe53b187e3bbdfb532c7ce64ab9b0cd4f5 (patch) | |
| tree | 3a7b581f61f4cdc1277380d839dbc26e614d2375 /etc | |
| parent | d09cbcee9ce90171a20a3cae4a27dc08dcb1af41 (diff) | |
| download | emacs-32558cfe53b187e3bbdfb532c7ce64ab9b0cd4f5.tar.gz emacs-32558cfe53b187e3bbdfb532c7ce64ab9b0cd4f5.zip | |
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.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/compilation.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt index eccdfa737f0..0e39ab5e4af 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt | |||
| @@ -286,6 +286,7 @@ jade:dbcommon.dsl:133:17:E: missing argument for function call | |||
| 286 | G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. | 286 | G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. |
| 287 | file:G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. | 287 | file:G:/cygwin/dev/build-myproj.xml:54: Compiler Adapter 'javac' can't be found. |
| 288 | {standard input}:27041: Warning: end of file not at end of a line; newline inserted | 288 | {standard input}:27041: Warning: end of file not at end of a line; newline inserted |
| 289 | boost/container/detail/flat_tree.hpp:589:25: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] | ||
| 289 | 290 | ||
| 290 | 291 | ||
| 291 | * Guile backtrace, 2.0.11 | 292 | * Guile backtrace, 2.0.11 |