Mercurial > emacs
changeset 7138:cbe3820953c6
(compilation-error-regexp-alist): Add fortran pattern.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 27 Apr 1994 21:57:57 +0000 |
parents | be78bf0c9e71 |
children | 50698dde1c8e |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Wed Apr 27 21:43:24 1994 +0000 +++ b/lisp/progmodes/compile.el Wed Apr 27 21:57:57 1994 +0000 @@ -126,6 +126,8 @@ ("([ \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