aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2004-05-09 12:55:09 +0000
committerDavid Aspinall2004-05-09 12:55:09 +0000
commit36677cf91e31421e7f0cd49f000ab8f4709218af (patch)
tree04311ee72e54dc253ad15e3e10efa1be15f7ee7e
parentb19f9a046a1ce8ee45965f775ea5db0a3db2a1c7 (diff)
Set comment-quote-nested (for Emacs/XEmacs 21.5)
-rw-r--r--coq/coq.el1
-rw-r--r--isa/isa.el1
-rw-r--r--isar/isar.el1
3 files changed, 3 insertions, 0 deletions
diff --git a/coq/coq.el b/coq/coq.el
index d64d4e93..9cb6de05 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -686,6 +686,7 @@ Based on idea mentioned in Coq reference manual."
; proof-shell-stop-silent-cmd "End Silent. ")
(coq-init-syntax-table)
+ (setq comment-quote-nested nil) ;; we can cope with nested comments
;; font-lock
(setq font-lock-keywords coq-font-lock-keywords-1)
diff --git a/isa/isa.el b/isa/isa.el
index 23da7ffe..cfe8303a 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -567,6 +567,7 @@ you will be asked to retract the file or process the remainder of it."
(isa-mode-config-set-variables)
(isa-init-syntax-table)
(setq font-lock-keywords isa-font-lock-keywords-1)
+ (setq comment-quote-nested nil) ;; we can cope with nested comments
(proof-config-done)
;; outline
;; FIXME: do we need to call make-local-variable here?
diff --git a/isar/isar.el b/isar/isar.el
index e4506266..79a9b315 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -584,6 +584,7 @@ Checks the width in the `proof-goals-buffer'"
(isar-mode-config-set-variables)
(isar-init-syntax-table)
(setq font-lock-keywords isar-font-lock-keywords-1)
+ (setq comment-quote-nested nil) ;; can cope with nested comments
(proof-config-done)
(set (make-local-variable 'outline-regexp) isar-outline-regexp)
(set (make-local-variable 'outline-heading-end-regexp) isar-outline-heading-end-regexp)