From: Chong Yidong Date: Tue, 6 May 2008 03:31:55 +0000 (+0000) Subject: Fix last fix. X-Git-Tag: emacs-pretest-23.0.90~5786 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed66ce21151aa013e617cb31deba1271a7de1f2b;p=emacs.git Fix last fix. --- 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]+\\))\