From: Richard M. Stallman Date: Thu, 2 Jun 1994 18:15:13 +0000 (+0000) Subject: (compilation-error-regexp-alist): Stricter Lucid regexp. X-Git-Tag: emacs-19.34~8085 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c021b7a5dcbe0523e47777f754386d033da713a5;p=emacs.git (compilation-error-regexp-alist): Stricter Lucid regexp. --- 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.