aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-mode.el')
-rw-r--r--coq/coq-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/coq/coq-mode.el b/coq/coq-mode.el
index f5d40027..70d3952c 100644
--- a/coq/coq-mode.el
+++ b/coq/coq-mode.el
@@ -205,6 +205,8 @@ Near here means PT is either inside or just aside of a comment."
;; (set (make-local-variable 'adaptive-fill-function)
;; #'coq-adaptive-fill-function)
+ (setq-local comment-start "(*")
+ (setq-local comment-end "*)")
(set (make-local-variable 'comment-start-skip) "(\\*+ *")
(set (make-local-variable 'comment-end-skip) " *\\*+)")