mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-28 07:50:48 -08:00
(compilation-error-regexp-alist): Add fortran pattern.
This commit is contained in:
parent
2c32715abd
commit
f89fdaed3d
1 changed files with 2 additions and 0 deletions
|
|
@ -126,6 +126,8 @@ or when it is used with \\[next-error] or \\[compile-goto-error].")
|
|||
("([ \t]*\\([^:( \t\n]+\\)[:(][ \t]*\\([0-9]+\\))" 1 2)
|
||||
|
||||
;; Ultrix 3.0 f77:
|
||||
;; fort: Severe: addstf.f, line 82: Missing operator or delimiter symbol
|
||||
("\nfort: [^:\n]*: \\([^ \n]*\\), line \\([0-9]+\\):" 1 2)
|
||||
;; Error on line 3 of t.f: Execution error unclassifiable statement
|
||||
;; Unknown who does this:
|
||||
;; Line 45 of "foo.c": bloofel undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue