From e0446ff70d421c7d8450806ce4bc537e90127503 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 7 Apr 1993 19:57:10 +0000 Subject: [PATCH] (compilation-parse-errors): Remove debugging setq. --- lisp/progmodes/compile.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index ab942de603d..30697318ebc 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -952,7 +952,6 @@ See variable `compilation-parse-errors-function' for the interface it uses." (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!"))