# HG changeset patch # User Chong Yidong # Date 1210044715 0 # Node ID b631bc2a3818fababcb243c99e59be73b38e38a9 # Parent eb7b2376cae560f1252f95171963b89a339158b3 Fix last fix. diff -r eb7b2376cae5 -r b631bc2a3818 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Tue May 06 03:28:01 2008 +0000 +++ b/lisp/progmodes/compile.el Tue May 06 03:31:55 2008 +0000 @@ -325,8 +325,8 @@ (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]+\\))\