# HG changeset patch # User Richard M. Stallman # Date 870835638 0 # Node ID b6c43ddadadc7ef0f0e5c60c67146b4e90441141 # Parent 91713873063580b6fcf2af14d1e2a9c4f4a3bf3a (compilation-parse-errors): Fix previous change. diff -r 917138730635 -r b6c43ddadadc lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Wed Aug 06 01:09:16 1997 +0000 +++ b/lisp/progmodes/compile.el Wed Aug 06 02:47:18 1997 +0000 @@ -222,7 +222,7 @@ ;; ccom: Error: foo.c, line 2: syntax error ;; DEC AXP OSF/1 cc ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah - ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3) + ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4) ;; IBM AIX PS/2 C version 1.1: ;; ****** Error number 140 in line 8 of file errors.c ******