aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-05-25 07:23:04 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-05-25 07:23:04 +0000
commitb5435ab945710dd067b96ff2e25c3d058c11f831 (patch)
tree43bfa80d5801c716cced458e18b257a7e05e5dc1 /coq/coq.el
parentd020f9c42ad658b05d669e10aef03f43e1605a98 (diff)
- two fixes for coq-debug-auto-compilation
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index a6e34915..61799b4e 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1141,7 +1141,7 @@ identifier and should therefore not be matched by this regexp.")
(defvar coq-debug-auto-compilation nil
- "Display more messages during compilation")
+ "*Display more messages during compilation")
;; basic utilities
@@ -1364,7 +1364,7 @@ Display errors in buffer `coq-compile-response-buffer'."
(if coq-debug-auto-compilation
(message "compilation %s exited with %s, output |%s|"
src-file coqc-status
- (with-current-buffer proof-response-buffer
+ (with-current-buffer coq-compile-response-buffer
(buffer-string))))
(unless (eq coqc-status 0)
(coq-display-compile-response-buffer)