diff options
| author | David Aspinall | 2002-07-19 10:38:48 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-07-19 10:38:48 +0000 |
| commit | 49fda3fd12b9985da15a52756e4a18fd2bc5ba2b (patch) | |
| tree | 3019b25e43a985ae6313cc49f8ce7ed2f07d312b /isar | |
| parent | cc57674092a79b12053f8a5556c331ec83426ae5 (diff) | |
Variable name change proof-comment-{start,end}-regexp -> proof-script-comment-{start,end}-regexp.
Diffstat (limited to 'isar')
| -rw-r--r-- | isar/isar.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/isar/isar.el b/isar/isar.el index 36bf8853..ee5ef811 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -67,8 +67,8 @@ See -k option for Isabelle interface script." "Detect new-style theory header in current buffer" (let ((header-regexp (isar-ids-to-regexp '("header" "theory"))) (white-space-regexp "\\(\\s-\\|\n\\)+") - (cmt-end-regexp (regexp-quote proof-comment-end)) - (cmt-start-regexp (regexp-quote proof-comment-start)) + (cmt-end-regexp (regexp-quote proof-script-comment-end)) + (cmt-start-regexp (regexp-quote proof-script-comment-start)) (found-header nil) forward-amount (end (point-max)) (cont t) (cmt-level 0)) (save-excursion @@ -127,11 +127,11 @@ See -k option for Isabelle interface script." isar-any-command-regexp (regexp-quote ";")) proof-script-integral-proofs t - proof-script-use-old-parser t - proof-comment-start isar-comment-start - proof-comment-end isar-comment-end - proof-comment-start-regexp isar-comment-start-regexp - proof-comment-end-regexp isar-comment-end-regexp +; proof-script-use-old-parser t + proof-script-comment-start isar-comment-start + proof-script-comment-end isar-comment-end + proof-script-comment-start-regexp isar-comment-start-regexp + proof-script-comment-end-regexp isar-comment-end-regexp proof-string-start-regexp isar-string-start-regexp proof-string-end-regexp isar-string-end-regexp |
