diff options
| author | Chong Yidong | 2011-08-20 22:24:07 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-08-20 22:24:07 -0400 |
| commit | 02e5c89e678bf4fa9d29bcc1c4064e44672d7dde (patch) | |
| tree | 60c772d1e44a5f3375e5250e79c7549390cc8355 /lisp/progmodes | |
| parent | ee31aabc4ee4086d5c78dbc93dfbab07b9ecc2a7 (diff) | |
| download | emacs-02e5c89e678bf4fa9d29bcc1c4064e44672d7dde.tar.gz emacs-02e5c89e678bf4fa9d29bcc1c4064e44672d7dde.zip | |
Fix to `ant' compile regexp.
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist):
Fix 2011-05-09 change to `ant' regexp.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 33bd9ff96a7..2fb0ac879b2 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -145,7 +145,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2 nil (1)) | |||
| 145 | 145 | ||
| 146 | (ant | 146 | (ant |
| 147 | "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):\\([0-9]+\\):\\([0-9]+\\):\\)?\ | 147 | "^[ \t]*\\[[^] \n]+\\][ \t]*\\([^: \n]+\\):\\([0-9]+\\):\\(?:\\([0-9]+\\):\\([0-9]+\\):\\([0-9]+\\):\\)?\ |
| 148 | \\( warning\\)?" 1 (2 . 4) (3 . 5) (4)) | 148 | \\( warning\\)?" 1 (2 . 4) (3 . 5) (6)) |
| 149 | 149 | ||
| 150 | (bash | 150 | (bash |
| 151 | "^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2) | 151 | "^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2) |