From c021b7a5dcbe0523e47777f754386d033da713a5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 2 Jun 1994 18:15:13 +0000 Subject: [PATCH] (compilation-error-regexp-alist): Stricter Lucid regexp. --- 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 e9fc213c98b..1ab5589a28c 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -161,7 +161,7 @@ of[ \t]+\"?\\([^\":\n]+\\)\"?:" 3 2) ;; Lucid Compiler, lcc 3.x ;; E, file.cc(35,52) Illegal operation on pointers - ("[A-Z], \\([^(]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3) + ("\n[EW], \\([^(\n]*\\)(\\([0-9]+\\),[ \t]*\\([0-9]+\\)" 1 2 3) ) "Alist that specifies how to match errors in compiler output. -- 2.39.5