diff options
| -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 |
