Skip to content

Commit 12583f4

Browse files
arichiardibbatsov
authored andcommitted
Add :safe clause for inf-clojure-repl-use-same-window
1 parent b04f05d commit 12583f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inf-clojure.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ This should usually be a combination of `inf-clojure-prompt' and
367367
"Controls whether to display the REPL buffer in the current window or not."
368368
:type '(choice (const :tag "same" t)
369369
(const :tag "different" nil))
370+
:safe #'booleanp
370371
:package-version '(inf-clojure . "2.0.0"))
371372

372373
(defvar inf-clojure-buffer nil

0 commit comments

Comments
 (0)