aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorThomas Kleymann1998-11-02 12:41:30 +0000
committerThomas Kleymann1998-11-02 12:41:30 +0000
commitd6ff63eac2e02856b2031aafb23a75f17256b631 (patch)
tree11f3a5926ec17a8d7d0aad09cf17679f73ac797b /isa
parentc25e3c1a1c3c12a81f90b0a20321ca9734634032 (diff)
fixed minor bugs
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/isa/isa.el b/isa/isa.el
index cbc24ca4..a6aecd58 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -75,7 +75,7 @@ no regular or easily discernable structure."
;;; FIXME: test and add more things here
(defcustom isa-outline-regexp
- (ids-to-regexp '("goal" "Goal" "prove_goal"))
+ (proof-ids-to-regexp '("goal" "Goal" "prove_goal"))
"Outline regexp for Isabelle ML files"
:type 'regexp
:group 'isabelle-config)
@@ -111,7 +111,7 @@ no regular or easily discernable structure."
proof-save-command-regexp isa-save-command-regexp
proof-save-with-hole-regexp isa-save-with-hole-regexp
proof-goal-with-hole-regexp isa-goal-with-hole-regexp
- proof-commands-regexp (ids-to-regexp isa-keywords)
+ proof-commands-regexp (proof-ids-to-regexp isa-keywords)
;; proof engine commands (first three for menus, last for undo)
proof-prf-string "pr();"
proof-goal-command "Goal \"%s\";"
@@ -353,7 +353,7 @@ Resulting output from Isabelle will be parsed by Proof General."
;; FIXME: think about the next variable. I've changed sense from
;; LEGO and Coq's treatment.
(defcustom isa-not-undoable-commands-regexp
- (ids-to-regexp '("undo" "back"))
+ (proof-ids-to-regexp '("undo" "back"))
"Regular expression matching commands which are *not* undoable."
:type 'regexp
:group 'isabelle-config)