aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Courtieu2015-02-06 12:42:02 +0000
committerPierre Courtieu2015-02-06 12:42:02 +0000
commit4a65bc3d959aed79b60bc31854f1133a82dd154a (patch)
tree5ba0b50a8dad132972d367333c6dfc738f1ad968
parent5e83d669e5a296477f0cac85cb90d34a75116857 (diff)
Removed a debugging message.
-rw-r--r--coq/coq.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 99411145..90ec03f4 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -2132,7 +2132,6 @@ buffer."
;; clean the response buffer from ultra-ugly underlined command line
;; parsed above. Don't kill the first \n
(let ((inhibit-read-only t))
- (message "YOUHOU")
(when clean (delete-region (match-beginning 0) (match-end 0))))
(when proof-shell-unicode ;; TODO: remove this (when...) when coq-8.3 is out.
;; `pos' and `len' are actually specified in bytes, apparently. So