mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(compilation-parse-errors): Remove debugging setq.
This commit is contained in:
parent
ad62b7f198
commit
e0446ff70d
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue