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

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

[nongnu] elpa/inf-clojure f1a1051 043/313: Merge pull request #12 from a


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure f1a1051 043/313: Merge pull request #12 from ayato0211/master
Date: Wed, 11 Aug 2021 09:59:43 -0400 (EDT)

branch: elpa/inf-clojure
commit f1a10515d2a48131c1d3601839f4ed2731854d5a
Merge: 898a319 8594a58
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Commit: Bozhidar Batsov <bozhidar.batsov@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

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