Skip to content

Commit 35be94f

Browse files
xiongtxbbatsov
authored andcommitted
Make reference to cider-stacktrace-toggle-all a function
1 parent 1251bc6 commit 35be94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-stacktrace.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ with the button."
543543
(cider-stacktrace-toggle flag))
544544
((member flag cider-stacktrace--all-positive-filters)
545545
(cider-stacktrace-show-only-project))
546-
(t cider-stacktrace-toggle-all)))
546+
(t (cider-stacktrace-toggle-all))))
547547
(sit-for 5)))
548548

549549
(defun cider-stacktrace-toggle-suppression (button)

0 commit comments

Comments
 (0)