aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-08 10:21:12 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-08 10:21:12 +0000
commitd57f22c08f5642f7edf47fed6c9aa2eb953877a3 (patch)
tree9145dc730e43fc44a98de6fea397f08b3c9fd159 /isa
parent652cb3be7214148861c51a3dd0ca63de683c71de (diff)
Remove proof-shared-menu.
Diffstat (limited to 'isa')
-rw-r--r--isa/thy-mode.el28
1 files changed, 9 insertions, 19 deletions
diff --git a/isa/thy-mode.el b/isa/thy-mode.el
index 98039e43..2bd64345 100644
--- a/isa/thy-mode.el
+++ b/isa/thy-mode.el
@@ -192,32 +192,22 @@ You can use the following format characters:
;; (also in proof-universal-keys)
["Issue command" proof-minibuffer-cmd t]
["Interrupt prover" proof-interrupt-process t])
- proof-shared-menu
- ;; begin UGLY COMPATIBILTY HACK
- ;; older/non-existent customize doesn't have
- ;; this function.
- (if (fboundp 'customize-menu-create)
- (list (customize-menu-create 'proof-general)
- (customize-menu-create
- 'proof-general-internals
- "Internals"))
- nil)
- ;; end UGLY COMPATIBILTY HACK
- )))
+ (list proof-buffer-menu)
+ (list proof-help-menu))))
(easy-menu-define thy-mode-isa-menu
thy-mode-map
"Menu for Isabelle Proof General, theory file mode."
(cons "Theory"
(list
- ["Next section" thy-goto-next-section t]
- ["Prev section" thy-goto-prev-section t]
- ["Insert template" thy-insert-template t]
- ["Process theory" isa-process-thy-file
+ ["Next Section" thy-goto-next-section t]
+ ["Prev Section" thy-goto-prev-section t]
+ ["Insert Template" thy-insert-template t]
+ ["Process Theory" isa-process-thy-file
:active (proof-locked-region-empty-p)]
- ["Retract theory" isa-retract-thy-file
+ ["Retract Theory" isa-retract-thy-file
:active (proof-locked-region-full-p)]
- ["Next error" proof-next-error t]
- ["Switch to script" thy-find-other-file t])))
+ ["Next Error" proof-next-error t]
+ ["Switch to Script" thy-find-other-file t])))
(easy-menu-add thy-mode-pg-menu thy-mode-map)
(easy-menu-add thy-mode-isa-menu thy-mode-map)