summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-11-26 11:50:27 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-11-26 11:50:27 +0200
commit2fe60860161a1541d74fc94138d3094b10a05e4b (patch)
tree402e7982d36e438852308f90eca08c9ff746b026 /cider-stacktrace.el
parent946a9d44e0d3806f1e06ab68fd832f24dd152086 (diff)
Fix a variable reference
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))