diff options
| author | David Aspinall | 2000-04-07 13:40:16 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-04-07 13:40:16 +0000 |
| commit | 91ce5d54ca9e53351e2bfcb7355fc890d9488da0 (patch) | |
| tree | 5fccb82079d42dbc09c8f1c85aaad98871ca06df /isa | |
| parent | 5205d2df95632ff2801ed416c0d3484ce6ec2e11 (diff) | |
pbp-mode -> goals-mode
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.el | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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) |
