diff options
| author | Chong Yidong | 2008-05-06 03:31:55 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-05-06 03:31:55 +0000 |
| commit | ed66ce21151aa013e617cb31deba1271a7de1f2b (patch) | |
| tree | 4af3aadfe36680c6450008c0a37eb2d0b7ad9346 | |
| parent | ed0f493f0a37f692cdfcbc6f29c652c4af22b890 (diff) | |
| download | emacs-ed66ce21151aa013e617cb31deba1271a7de1f2b.tar.gz emacs-ed66ce21151aa013e617cb31deba1271a7de1f2b.zip | |
Fix last fix.
| -rw-r--r-- | lisp/progmodes/compile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index c2d0939bd75..cd3197c3039 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -325,8 +325,8 @@ File = \\(.+\\), Line = \\([0-9]+\\)\\(?:, Column = \\([0-9]+\\)\\)?" | |||
| 325 | 325 | ||
| 326 | (watcom | 326 | (watcom |
| 327 | "\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)): ?\ | 327 | "\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)): ?\ |
| 328 | \\(?:\\(Error! E[0-9]+\\)\\|\\(Warning! W[0-9]+\\)\\|\\(.\\)\\):" | 328 | \\(?:\\(Error! E[0-9]+\\)\\|\\(Warning! W[0-9]+\\)\\):" |
| 329 | 1 2 nil (4 . 5)) | 329 | 1 2 nil (4)) |
| 330 | 330 | ||
| 331 | (4bsd | 331 | (4bsd |
| 332 | "\\(?:^\\|:: \\|\\S ( \\)\\(/[^ \n\t()]+\\)(\\([0-9]+\\))\ | 332 | "\\(?:^\\|:: \\|\\S ( \\)\\(/[^ \n\t()]+\\)(\\([0-9]+\\))\ |