branch: elpa/cider
commit 2158a886f0e4abd25cd1e68e145d91bec59e70e3
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    [#3606] Fix this :type for real!
---
 cider-stacktrace.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 9ff1970b65..3ae48ff433 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -56,7 +56,7 @@ If nil, messages will not be wrapped.  If truthy but 
non-numeric,
 
 (defcustom cider-stacktrace-default-filters '(tooling dup)
   "Frame types to omit from initial stacktrace display."
-  :type '(list symbol)
+  :type '(repeat symbol)
   :package-version '(cider . "0.6.0"))
 
 (defcustom cider-stacktrace-navigate-to-other-window t

Reply via email to