emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 12583f4 175/313: Add :safe clause for inf-cloj


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 12583f4 175/313: Add :safe clause for inf-clojure-repl-use-same-window
Date: Wed, 11 Aug 2021 10:00:11 -0400 (EDT)

branch: elpa/inf-clojure
commit 12583f4aba2f4aea3879c0ca5ec1d002c0578371
Author: Andrea Richiardi <a.richiardi.work@gmail.com>
Commit: Bozhidar Batsov <bozhidar.batsov@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]