diff options
| -rw-r--r-- | lisp/progmodes/compile.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 44e11bfbb60..b185f34078b 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -129,7 +129,10 @@ or when it is used with \\[next-error] or \\[compile-goto-error].") | |||
| 129 | ;; Error on line 3 of t.f: Execution error unclassifiable statement | 129 | ;; Error on line 3 of t.f: Execution error unclassifiable statement |
| 130 | ;; Unknown who does this: | 130 | ;; Unknown who does this: |
| 131 | ;; Line 45 of "foo.c": bloofel undefined | 131 | ;; Line 45 of "foo.c": bloofel undefined |
| 132 | ("\n\\(Error on \\)?[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\ | 132 | ;; Absoft FORTRAN 77 Compiler 3.1.3 |
| 133 | ;; error on line 19 of fplot.f: spelling error? | ||
| 134 | ;; warning on line 17 of fplot.f: data type is undefined for variable d | ||
| 135 | ("\\(\n\\|on \\)[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\ | ||
| 133 | of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2) | 136 | of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2) |
| 134 | 137 | ||
| 135 | ;; Apollo cc, 4.3BSD fc: | 138 | ;; Apollo cc, 4.3BSD fc: |