aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-04-27 21:57:57 +0000
committerKarl Heuer1994-04-27 21:57:57 +0000
commitf89fdaed3d64b605cbb4e18915b826a770252171 (patch)
treebe200382aa5cdb1f0008d662700084c89a6586f6
parent2c32715abd66962ef05de3e95819ffe8ccb42900 (diff)
downloademacs-f89fdaed3d64b605cbb4e18915b826a770252171.tar.gz
emacs-f89fdaed3d64b605cbb4e18915b826a770252171.zip
(compilation-error-regexp-alist): Add fortran pattern.
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a9544f2585f..ca34beeb670 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -126,6 +126,8 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
126 ("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2) 126 ("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2)
127 127
128 ;; Ultrix 3.0 f77: 128 ;; Ultrix 3.0 f77:
129 ;; fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol
130 ("\nfort: [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 1 2)
129 ;; Error on line 3 of t.f: Execution error unclassifiable statement 131 ;; Error on line 3 of t.f: Execution error unclassifiable statement
130 ;; Unknown who does this: 132 ;; Unknown who does this:
131 ;; Line 45 of "foo.c": bloofel undefined 133 ;; Line 45 of "foo.c": bloofel undefined