Mercurial > emacs
changeset 7768:2032401dcc86
(compilation-error-regexp-alist): Stricter Lucid regexp.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 02 Jun 1994 18:15:13 +0000 |
parents | 5be3332469e7 |
children | a8c703d510ba |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.