aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a6bb54d8c03..d0b2fb76aa9 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -222,7 +222,7 @@ of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
222 ;; ccom: Error: foo.c, line 2: syntax error 222 ;; ccom: Error: foo.c, line 2: syntax error
223 ;; DEC AXP OSF/1 cc 223 ;; DEC AXP OSF/1 cc
224 ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah 224 ;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah
225 ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 1 3) 225 ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4)
226 226
227 ;; IBM AIX PS/2 C version 1.1: 227 ;; IBM AIX PS/2 C version 1.1:
228 ;; ****** Error number 140 in line 8 of file errors.c ****** 228 ;; ****** Error number 140 in line 8 of file errors.c ******