aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-12 14:44:44 +0000
committerDavid Aspinall1998-11-12 14:44:44 +0000
commit2b4fd844764c879be213db695821847b351ef373 (patch)
tree32d85780497d276b273f0a689946d7d66923a016 /generic/proof-script.el
parente6a7b0e77b0b5b2a68d2eca786a05913f1fa57fe (diff)
In a fit of autocracy, removed proof-tags-support, binding for
M-tab and appearance of Find Tags in PG menu. The menu entry already appears in Tools->Tags, and users should bind M-tab for themselves.
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index 8e92e200..5de35455 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -1397,11 +1397,6 @@ No action if BUF is nil."
:active (proof-shell-live-buffer)]
["Exit proof assistant" proof-menu-exit
:active (proof-shell-live-buffer)])
- (if proof-tags-support
- (list
- "----"
- ["Find definition/declaration" find-tag-other-window t])
- nil)
(list proof-help-menu)
(list proof-buffer-menu))
"Proof General menu for various modes.")