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:
parent
ad62b7f198
commit
e0446ff70d
@ -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!"))
|
||||
|
Loading…
Reference in New Issue
Block a user