Skip to content

Commit 2dff894

Browse files
committed
[Fix #3000] Add :safe property to cider-shadow-watched-builds
1 parent 5fa4f69 commit 2dff894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cider.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ Generally you should not disable this unless you run into some faulty check."
727727
(defcustom cider-shadow-watched-builds nil
728728
"Defines the list of builds `shadow-cljs' should watch."
729729
:type '(repeat string)
730+
:safe #'listp
730731
:package-version '(cider . "1.0"))
731732

732733
(defcustom cider-shadow-default-options nil

0 commit comments

Comments
 (0)