aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorDavid Aspinall2000-04-07 13:40:16 +0000
committerDavid Aspinall2000-04-07 13:40:16 +0000
commit91ce5d54ca9e53351e2bfcb7355fc890d9488da0 (patch)
tree5fccb82079d42dbc09c8f1c85aaad98871ca06df /isa
parent5205d2df95632ff2801ed416c0d3484ce6ec2e11 (diff)
pbp-mode -> goals-mode
Diffstat (limited to 'isa')
-rw-r--r--isa/isa.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 35eadc18..18c91948 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -342,9 +342,9 @@ proof-shell-retract-files-regexp."
(isa-response-mode-config)))
(eval-and-compile ; to define vars for byte comp.
-(define-derived-mode isa-pbp-mode pbp-mode
+(define-derived-mode isa-goals-mode proof-goals-mode
"Isabelle goals" nil
- (isa-pbp-mode-config)))
+ (isa-goals-mode-config)))
(eval-and-compile ; to define vars for byte comp.
(define-derived-mode isa-proofscript-mode proof-mode
@@ -567,7 +567,7 @@ you will be asked to retract the file or process the remainder of it."
(defun isa-pre-shell-start ()
(setq proof-prog-name isabelle-prog-name)
(setq proof-mode-for-shell 'isa-shell-mode)
- (setq proof-mode-for-pbp 'isa-pbp-mode)
+ (setq proof-mode-for-goals 'isa-goals-mode)
(setq proof-mode-for-response 'isa-response-mode))
(defun isa-mode-config ()
@@ -606,8 +606,8 @@ you will be asked to retract the file or process the remainder of it."
(isa-init-output-syntax-table)
(proof-response-config-done))
-(defun isa-pbp-mode-config ()
- ;; FIXME: next two broken, of course, as is all PBP everywhere.
+(defun isa-goals-mode-config ()
+ ;; FIXME: next two broken, of course, as is PBP everywhere except LEGO.
(setq pbp-change-goal "Show %s.")
(setq pbp-error-regexp proof-shell-error-regexp)
(isa-init-output-syntax-table)