branch: elpa/inf-clojure
commit f1a10515d2a48131c1d3601839f4ed2731854d5a
Merge: 898a319 8594a58
Author: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>

    Merge pull request #12 from ayato0211/master
    
    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