# HG changeset patch # User Richard M. Stallman # Date 770580913 0 # Node ID 2032401dcc86e8a14fe1058855addb9390ae058a # Parent 5be3332469e7dfa8c93e064b50ad01a92c208168 (compilation-error-regexp-alist): Stricter Lucid regexp. diff -r 5be3332469e7 -r 2032401dcc86 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Thu Jun 02 17:45:40 1994 +0000 +++ b/lisp/progmodes/compile.el Thu Jun 02 18:15:13 1994 +0000 @@ -161,7 +161,7 @@ ;; 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.