mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(compilation-parse-errors): Remove debugging setq.
This commit is contained in:
parent
ad62b7f198
commit
e0446ff70d
@ -952,7 +952,6 @@ See variable `compilation-parse-errors-function' for the interface it uses."
|
|||||||
(while (and alist
|
(while (and alist
|
||||||
(null (match-beginning (car (car alist)))))
|
(null (match-beginning (car (car alist)))))
|
||||||
(setq alist (cdr alist)))
|
(setq alist (cdr alist)))
|
||||||
(setq losing-data (match-data))
|
|
||||||
(if alist
|
(if alist
|
||||||
(setq alist (car alist))
|
(setq alist (car alist))
|
||||||
(error "compilation-parse-errors: impossible regexp match!"))
|
(error "compilation-parse-errors: impossible regexp match!"))
|
||||||
|
Loading…
Reference in New Issue
Block a user