branch: elpa/inf-clojure commit 12583f4aba2f4aea3879c0ca5ec1d002c0578371 Author: Andrea Richiardi <a.richiardi.w...@gmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Add :safe clause for inf-clojure-repl-use-same-window --- inf-clojure.el | 1 + 1 file changed, 1 insertion(+) diff --git a/inf-clojure.el b/inf-clojure.el index d1d28ef..27b4f03 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -367,6 +367,7 @@ This should usually be a combination of `inf-clojure-prompt' and "Controls whether to display the REPL buffer in the current window or not." :type '(choice (const :tag "same" t) (const :tag "different" nil)) + :safe #'booleanp :package-version '(inf-clojure . "2.0.0")) (defvar inf-clojure-buffer nil