branch: elpa/inf-clojure
commit 8594a58a9057c649b6d6eee262e06924d74307fa
Author: ayato_p <ayato.skycrawl...@gmail.com>
Commit: ayato_p <ayato.skycrawl...@gmail.com>

    Add new-line mark after inf-clojure-arglist-command
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 3d6dffc..f6c6dae 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -443,7 +443,7 @@ Used by this command to determine defaults."
       (clojure.core/meta
        (clojure.core/resolve
         (clojure.core/read-string \"%s\"))))
-     (catch Throwable t nil))"
+     (catch Throwable t nil))\n"
   "Command to query inferior Clojure for a function's arglist.")
 
 (defvar inf-clojure-completion-command

Reply via email to