From 9481474b9dd036431c8fd4b7d827ef3effba52ad Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 17 Feb 1994 00:11:28 +0000 Subject: [PATCH] (copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to exclude : from file names; avoids lossage when : appears in error text. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index e2ff867fd92..0e3b30e5691 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -130,7 +130,7 @@ or when it is used with \\[next-error] or \\[compile-goto-error].") ;; Unknown who does this: ;; Line 45 of "foo.c": bloofel undefined ("\n\\(Error on \\)?[Ll]ine[ \t]+\\([0-9]+\\)[ \t]+\ -of[ \t]+\"?\\([^\"\n]+\\)\"?:" 3 2) +of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2) ;; Apollo cc, 4.3BSD fc: ;; "foo.f", line 3: Error: syntax error near end of statement -- 2.39.5