diff options
| author | Erik Martin-Dorel | 2017-08-15 11:31:36 +0200 |
|---|---|---|
| committer | Erik Martin-Dorel | 2017-08-15 11:31:36 +0200 |
| commit | 9083698d0bbd4438208fa72222438ae59684542d (patch) | |
| tree | 2d35fa4c7c3668fddb97334b6474c473706a03b7 /generic/proof-script.el | |
| parent | e4b4155b3813f0eedf808ece4b0aef86c8abc1c0 (diff) | |
Fix pg-{show,hide}-all-proofs and Move them into pg-user.el.
This commit address ProofGeneral/PG#193.
Diffstat (limited to 'generic/proof-script.el')
| -rw-r--r-- | generic/proof-script.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 7d9afe22..eb8fac7a 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -633,17 +633,6 @@ IDIOMSYM is a symbol and ID is a strings." (proof-with-script-buffer ; may be called from menu (maphash alterfn elts))))) -;; Next two could be in pg-user.el. No key-bindings for these. -(defun pg-show-all-proofs () - "Display all completed proofs in the buffer." - (interactive) - (pg-show-all-portions "proof")) - -(defun pg-hide-all-proofs () - "Hide all completed proofs in the buffer." - (interactive) - (pg-show-all-portions "proof" 'hide)) - (defun pg-add-proof-element (name span controlspan) "Add a span proof element to SPAN with name NAME and parent CONTROLSPAN." (let ((proofid (proof-next-element-id 'proof))) |
