aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-04-07 19:57:10 +0000
committerRoland McGrath1993-04-07 19:57:10 +0000
commite0446ff70d421c7d8450806ce4bc537e90127503 (patch)
tree9c420e778eb6e0811a232edf2c5ff39fcfe5e9d4
parentad62b7f19884b981adb62f338e01d1bf9ba98781 (diff)
downloademacs-e0446ff70d421c7d8450806ce4bc537e90127503.tar.gz
emacs-e0446ff70d421c7d8450806ce4bc537e90127503.zip
(compilation-parse-errors): Remove debugging setq.
-rw-r--r--lisp/progmodes/compile.el1
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."
952 (while (and alist 952 (while (and alist
953 (null (match-beginning (car (car alist))))) 953 (null (match-beginning (car (car alist)))))
954 (setq alist (cdr alist))) 954 (setq alist (cdr alist)))
955 (setq losing-data (match-data))
956 (if alist 955 (if alist
957 (setq alist (car alist)) 956 (setq alist (car alist))
958 (error "compilation-parse-errors: impossible regexp match!")) 957 (error "compilation-parse-errors: impossible regexp match!"))