aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-17 13:56:25 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-17 13:56:25 +0000
commitaecffead9a0441b1dfb935bfb0f4afbd7f3d681d (patch)
tree7ef2e493406c70cb4ec4fbc91e87e7813e98abeb
parent450b8bc42f01f849808797e5b0f8f67d10a877b4 (diff)
Remove some obsolete/unecessary stuff.
-rw-r--r--isa/isa.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/isa/isa.el b/isa/isa.el
index abccc07f..0a09795c 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -149,10 +149,9 @@ and script mode."
;; matches names of assumptions
proof-shell-assumption-regexp isa-id
;; matches subgoal name
- ;; FIXME: proof-shell-goal-regexp is *not* used at the generic level!
- ;; Perhaps it should be renamed to isa-goal-regexp and be
- ;; set somewhere else.
- proof-shell-goal-regexp "\370[ \t]*\\([0-9]+\\)\\."
+ ;; FIXME: not used yet. In future will be used for
+ ;; proof-by-pointing like features.
+ ;; proof-shell-goal-regexp "\370[ \t]*\\([0-9]+\\)\\."
proof-shell-start-goals-regexp "\366"
proof-shell-end-goals-regexp "\367"