aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-06 02:47:18 +0000
committerRichard M. Stallman1997-08-06 02:47:18 +0000
commit2f5f9dbd56ee17ca275265d12f67f64acec09ba0 (patch)
tree6ffe9965152196475806b7ad9a44d4f7faf07ded
parent85a02ca454274f5db1d9755ff0f91c10d0057ee8 (diff)
downloademacs-2f5f9dbd56ee17ca275265d12f67f64acec09ba0.tar.gz
emacs-2f5f9dbd56ee17ca275265d12f67f64acec09ba0.zip
(compilation-parse-errors): Fix previous change.
-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 ******