diff options
| -rw-r--r-- | coq/coq.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -20,9 +20,7 @@ ;;; Code: ;; debugging functions -(defun proofstack () (coq-get-span-proofstack (span-at (point) 'type))) -(defun proofstack () (coq-get-span-proofstack (span-at (point) 'type))) -(defun proofstack () (coq-get-span-proofstack (span-at (point) 'type))) +;; (defun proofstack () (coq-get-span-proofstack (span-at (point) 'type))) ;; End debugging (defcustom coq-prog-name |
