aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2002-11-28 12:45:38 +0000
committerDavid Aspinall2002-11-28 12:45:38 +0000
commitbf264b13eafad2e38470f4363f1de105ffac7484 (patch)
treeb9ceb46883643bd3fb0def1e220c655693da3253
parent6210e5fbc6bd75b31219a7292c890d475a69a78a (diff)
Docstring
-rw-r--r--isar/isar.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index efad1f03..8902ad49 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -216,7 +216,10 @@ See -k option for Isabelle interface script."
proof-shell-end-goals-regexp "\367"
pg-topterm-char ?\370
- ;; FIXME: need to set this for backward compatibility
+ ;; FIXME: next one is needed for backward compatibility.
+ ;; Would be nice to remove this somehow else, it's only used for
+ ;; Isar. One way would be to hack the (now obsolete) defpacustom calls.
+ ;;
;; proof-assistant-setting-format 'isar-markup-ml
proof-shell-init-cmd '(proof-assistant-settings-cmd)
proof-shell-restart-cmd "ProofGeneral.restart"