aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2000-12-14 18:55:29 +0000
committerDavid Aspinall2000-12-14 18:55:29 +0000
commit595af5218eecdf04a0b52f8754975bb79fef1371 (patch)
tree7c8f4c2f09e0348c0000b74a0b235513a94ef871 /generic
parent031631335dc6f338fd9db9f735325bd2e728aeb3 (diff)
Add visible enable command
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-toolbar.el11
1 files changed, 11 insertions, 0 deletions
diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el
index f05cc533..bbdb3020 100644
--- a/generic/proof-toolbar.el
+++ b/generic/proof-toolbar.el
@@ -416,6 +416,17 @@ changed state."
(defalias 'proof-toolbar-find 'proof-find-theorems)
;;
+;; Visible button (not on toolbar)
+;;
+
+(defun proof-toolbar-visible-enable-p ()
+ t)
+
+(defalias 'proof-toolbar-visible 'pg-show-all-proofs)
+
+
+
+;;
;; Interrupt button
;;