diff options
| author | David Aspinall | 2000-05-11 14:19:53 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-05-11 14:19:53 +0000 |
| commit | 82f160d5a962393608d7d3aa3c58766bdb1550ff (patch) | |
| tree | e63e65b134e95ab65312a26559a24a84aa6b19f3 | |
| parent | 3cb94f15ad42bd6e54a63a97dd62aec8076240d8 (diff) | |
Use proof-deftoggle macro.
| -rw-r--r-- | generic/proof-toolbar.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el index cd2995b2..04048cef 100644 --- a/generic/proof-toolbar.el +++ b/generic/proof-toolbar.el @@ -217,8 +217,7 @@ to the default toolbar." ;; Action to take after altering proof-toolbar-enable (defalias 'proof-toolbar-enable 'proof-toolbar-setup) -(fset 'proof-toolbar-toggle - (proof-customize-toggle proof-toolbar-enable)) +(proof-deftoggle proof-toolbar-enable proof-toolbar-toggle) (deflocal proof-toolbar-refresh-flag nil "Flag indicating that the toolbar should be refreshed.") |
