Skip to content

Commit 2158a88

Browse files
committed
[#3606] Fix this :type for real!
1 parent baddbc5 commit 2158a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-stacktrace.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ If nil, messages will not be wrapped. If truthy but non-numeric,
5656

5757
(defcustom cider-stacktrace-default-filters '(tooling dup)
5858
"Frame types to omit from initial stacktrace display."
59-
:type '(list symbol)
59+
:type '(repeat symbol)
6060
:package-version '(cider . "0.6.0"))
6161

6262
(defcustom cider-stacktrace-navigate-to-other-window t

0 commit comments

Comments
 (0)