diff options
author | Roland McGrath <roland@gnu.org> | 1993-04-07 19:57:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-04-07 19:57:10 +0000 |
commit | e0446ff70d421c7d8450806ce4bc537e90127503 (patch) | |
tree | 9c420e778eb6e0811a232edf2c5ff39fcfe5e9d4 /lisp/progmodes | |
parent | ad62b7f19884b981adb62f338e01d1bf9ba98781 (diff) | |
download | emacs-e0446ff70d421c7d8450806ce4bc537e90127503.tar.gz |
(compilation-parse-errors): Remove debugging setq.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/compile.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index ab942de603d..30697318ebc 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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!")) |