diff options
| author | David Aspinall | 2001-10-04 10:19:32 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-10-04 10:19:32 +0000 |
| commit | 2c0082d3738333458c24227286ab98be2606ec65 (patch) | |
| tree | 33dedc5aa9153570493c9e3bda0097ad1d74147e /generic/proof-toolbar.el | |
| parent | 8df27798439eb18aedced8d5b47edbb2efae4961 (diff) | |
Fix fudged enabler to call button function interactively.
Diffstat (limited to 'generic/proof-toolbar.el')
| -rw-r--r-- | generic/proof-toolbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el index 97ac91a1..a8344d7f 100644 --- a/generic/proof-toolbar.el +++ b/generic/proof-toolbar.el @@ -115,7 +115,7 @@ and chooses the best one for the display properites.") (eval `(defun ,buttonfnwe () (interactive) (if (,enabler) - (,buttonfn) + (call-interactively (quote ,buttonfn)) (message ,(concat "Button \"" menuname "\" disabled"))))) buttonfnwe))) (if tooltip |
