aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/isa.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2001-01-12 17:53:33 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2001-01-12 17:53:33 +0000
commita30e5aa8addc99070655ec2f2377cf13e7c9a3d6 (patch)
treefafd801a3d8b4bed7cf798c114562c01aa02d68d /isa/isa.el
parente5384e11dedcb416eff5df7c96aa0f1e4f943c37 (diff)
Fix loading thy mode fist problem: require proof-script since context
menus are now added for response/goals buffer, which requires proof mode.
Diffstat (limited to 'isa/isa.el')
-rw-r--r--isa/isa.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/isa/isa.el b/isa/isa.el
index ecf24ab9..68996b17 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -370,7 +370,11 @@ isa-proofscript-mode."
;; isn't true for Isabelle.
;; (proof-config-done-related and proof-shell-mode refer to
;; the troublesome settings in question)
+ ;; 3.3 fix: add require proof-script since context menus are
+ ;; now added for response/goals buffer, which requires proof mode.
(unless proof-terminal-char
+ (require 'proof-script)
+ (proof-menu-define-specific)
(isa-mode-config-set-variables))
(thy-mode)