branch: elpa/slime
commit a8e8a6cc8d30b78f7fdc7f5150e0c296eb57e319
Author: Mariano Montone <marianomont...@gmail.com>
Commit: Stas Boukarev <stass...@gmail.com>

    Fix buttons in slime-trace-dialog
    
    This small fix is needed for buttons to work in slime-trace-dialog.
---
 contrib/slime-trace-dialog.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/contrib/slime-trace-dialog.el b/contrib/slime-trace-dialog.el
index 8365c5d157..60e52530cb 100644
--- a/contrib/slime-trace-dialog.el
+++ b/contrib/slime-trace-dialog.el
@@ -340,8 +340,7 @@ inspecting details of traced functions. Invoke this dialog 
with C-c T."
                            (funcall lambda button))
            'mouse-face 'highlight
            'face       'slime-inspector-action-face
-           props)
-    string))
+           props)))
 
 (defun slime-trace-dialog--call-maintaining-properties (pos fn)
   (save-excursion

Reply via email to