summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-stacktrace.el')
-rw-r--r--cider-stacktrace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index d5a8fe41..1ddb8dac 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -732,7 +732,7 @@ instead. This function can be used directly in button actions."
;; There is no proper way to identify buttons. Assuming that
;; id's can be either numbers or symbols.
id
- (button-get button :id))))
+ (button-get id :id))))
(if (and (consp buffer-invisibility-spec)
(assoc id buffer-invisibility-spec))
(remove-from-invisibility-spec (cons id t))