diff options
| author | David Aspinall | 2000-12-14 18:55:29 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-12-14 18:55:29 +0000 |
| commit | 595af5218eecdf04a0b52f8754975bb79fef1371 (patch) | |
| tree | 7c8f4c2f09e0348c0000b74a0b235513a94ef871 /generic | |
| parent | 031631335dc6f338fd9db9f735325bd2e728aeb3 (diff) | |
Add visible enable command
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-toolbar.el | 11 |
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 ;; |
