1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(compilation-parse-errors): Remove debugging setq.

This commit is contained in:
Roland McGrath 1993-04-07 19:57:10 +00:00
parent ad62b7f198
commit e0446ff70d

View File

@ -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!"))