diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-05-06 03:31:55 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-05-06 03:31:55 +0000 |
commit | ed66ce21151aa013e617cb31deba1271a7de1f2b (patch) | |
tree | 4af3aadfe36680c6450008c0a37eb2d0b7ad9346 | |
parent | ed0f493f0a37f692cdfcbc6f29c652c4af22b890 (diff) | |
download | emacs-ed66ce21151aa013e617cb31deba1271a7de1f2b.tar.gz |
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]+\\)\\)?" (watcom "\\(\\(?:[a-zA-Z]:\\)?[^:(\t\n]+\\)(\\([0-9]+\\)): ?\ -\\(?:\\(Error! E[0-9]+\\)\\|\\(Warning! W[0-9]+\\)\\|\\(.\\)\\):" - 1 2 nil (4 . 5)) +\\(?:\\(Error! E[0-9]+\\)\\|\\(Warning! W[0-9]+\\)\\):" + 1 2 nil (4)) (4bsd "\\(?:^\\|:: \\|\\S ( \\)\\(/[^ \n\t()]+\\)(\\([0-9]+\\))\ |