branch: elpa/cider
commit 0e55036a6c20d8ecbadf30bdc0f836ab1bdc6fd2
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Remove mismatched closing paren
---
 cider-stacktrace.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 8d3f4ca67e..9ff1970b65 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -51,7 +51,7 @@ If nil, messages will not be wrapped.  If truthy but 
non-numeric,
   :type '(radio
           (integer :tag "Fill Column")
           (const :tag "None" nil)
-          (const :tag "Use default fill-column" t)))
+          (const :tag "Use default fill-column" t))
   :package-version '(cider . "0.7.0"))
 
 (defcustom cider-stacktrace-default-filters '(tooling dup)

Reply via email to