Mercurial > emacs
changeset 94659:b631bc2a3818
Fix last fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 06 May 2008 03:31:55 +0000 |
parents | eb7b2376cae5 |
children | 2a734255bcc7 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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]+\\))\