Commit a37f998
committed
Fix :safe predicate for inf-clojure-source-modes
The type is (repeat symbol) but the predicate was #'symbolp, which
returns nil for lists. This prevented the variable from being
recognized as safe in .dir-locals.el.1 parent 3aa7f02 commit a37f998
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
0 commit comments