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

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

[nongnu] elpa/inf-clojure b04f05d 174/313: Fix the default value for inf


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure b04f05d 174/313: Fix the default value for inf-clojure-arglists-form-planck (#112)
Date: Wed, 11 Aug 2021 10:00:10 -0400 (EDT)

branch: elpa/inf-clojure
commit b04f05d2c735795b68a10cc7e699b676a8acc811
Author: Erik Assum <erik@assum.net>
Commit: Bozhidar Batsov <bozhidar.batsov@gmail.com>

    Fix the default value for inf-clojure-arglists-form-planck (#112)
    
    In the work I did with #105, I missed a closing paren, which caused 
inf-clojure with Planck to misbehave.
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index dd4ccb1..d1d28ef 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -774,7 +774,7 @@ If you are using REPL types, it will pickup the most 
approapriate
   :package-version '(inf-clojure . "2.0.0"))
 
 (defcustom inf-clojure-arglists-form-planck
-  "(planck.repl/get-arglists \"%s\""
+  "(planck.repl/get-arglists \"%s\")"
   "Planck form to query inferior Clojure for a function's arglists."
   :type 'string
   :safe #'stringp



reply via email to

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