diff options
| author | Richard M. Stallman | 1997-08-06 02:47:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-06 02:47:18 +0000 |
| commit | 2f5f9dbd56ee17ca275265d12f67f64acec09ba0 (patch) | |
| tree | 6ffe9965152196475806b7ad9a44d4f7faf07ded | |
| parent | 85a02ca454274f5db1d9755ff0f91c10d0057ee8 (diff) | |
| download | emacs-2f5f9dbd56ee17ca275265d12f67f64acec09ba0.tar.gz emacs-2f5f9dbd56ee17ca275265d12f67f64acec09ba0.zip | |
(compilation-parse-errors): Fix previous change.
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
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 ****** |