summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-05-06 03:31:55 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-05-06 03:31:55 +0000
commited66ce21151aa013e617cb31deba1271a7de1f2b (patch)
tree4af3aadfe36680c6450008c0a37eb2d0b7ad9346
parented0f493f0a37f692cdfcbc6f29c652c4af22b890 (diff)
downloademacs-ed66ce21151aa013e617cb31deba1271a7de1f2b.tar.gz
Fix last fix.
-rw-r--r--lisp/progmodes/compile.el4
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]+\\))\