Mercurial > emacs
changeset 2473:57e371b49128
(compilation-parse-errors): Remove debugging setq.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 07 Apr 1993 19:57:10 +0000 |
parents | f911936cec3f |
children | 86c8a6e08fd4 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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!"))