changeset 5961:bd2a637f1b30

(copmilation-error-regexp-alist): Tighten up Ultrix 3.0 f77 regexp to exclude : from file names; avoids lossage when : appears in error text.
author Roland McGrath <roland@gnu.org>
date Thu, 17 Feb 1994 00:11:28 +0000
parents ce4b18e394a2
children e09d853d0378
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Wed Feb 16 23:43:53 1994 +0000
+++ b/lisp/progmodes/compile.el	Thu Feb 17 00:11:28 1994 +0000
@@ -130,7 +130,7 @@
     ;; 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