From b5435ab945710dd067b96ff2e25c3d058c11f831 Mon Sep 17 00:00:00 2001 From: Hendrik Tews Date: Wed, 25 May 2011 07:23:04 +0000 Subject: - two fixes for coq-debug-auto-compilation --- coq/coq.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coq/coq.el') 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) -- cgit v1.2.3