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

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

[nongnu] elpa/inf-clojure e6ae253326 2/3: Add missing metadata


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure e6ae253326 2/3: Add missing metadata
Date: Tue, 15 Mar 2022 07:58:24 -0400 (EDT)

branch: elpa/inf-clojure
commit e6ae253326d5f508872ef494f77001ce6be88769
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Add missing metadata
---
 inf-clojure.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 6808409d23..ffe20e4529 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -425,7 +425,10 @@ mode line entirely."
 
 Set to `nil` to disable eldoc.  Eldoc can be quite useful by
 displaying function signatures in the modeline, but can also
-cause multiple prompts to appear and mess with `*1`, `*2`, etc.")
+cause multiple prompts to appear and mess with `*1`, `*2`, etc."
+  :type 'boolean
+  :safe 'booleanp
+  :package-version '(inf-clojure . "3.2.0"))
 
 ;;;###autoload
 (define-minor-mode inf-clojure-minor-mode



reply via email to

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