# HG changeset patch # User Roland McGrath # Date 734212630 0 # Node ID 57e371b49128903445f332223713c19db669394d # Parent f911936cec3f2528197bf8f3dd391b8fff10f503 (compilation-parse-errors): Remove debugging setq. diff -r f911936cec3f -r 57e371b49128 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Wed Apr 07 18:34:17 1993 +0000 +++ b/lisp/progmodes/compile.el Wed Apr 07 19:57:10 1993 +0000 @@ -952,7 +952,6 @@ (while (and alist (null (match-beginning (car (car alist))))) (setq alist (cdr alist))) - (setq losing-data (match-data)) (if alist (setq alist (car alist)) (error "compilation-parse-errors: impossible regexp match!"))