diff options
| author | Pierre Courtieu | 2015-02-06 12:42:02 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2015-02-06 12:42:02 +0000 |
| commit | 4a65bc3d959aed79b60bc31854f1133a82dd154a (patch) | |
| tree | 5ba0b50a8dad132972d367333c6dfc738f1ad968 | |
| parent | 5e83d669e5a296477f0cac85cb90d34a75116857 (diff) | |
Removed a debugging message.
| -rw-r--r-- | coq/coq.el | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
