Skip to content

Commit 41a1f81

Browse files
committed
Touch up the previous commit
1 parent e201ed6 commit 41a1f81

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

clojure-mode.el

+7-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;; Maintainer: Bozhidar Batsov <[email protected]>
1313
;; URL: https://github.com/clojure-emacs/clojure-mode
1414
;; Keywords: languages clojure clojurescript lisp
15-
;; Version: 5.18.1
15+
;; Version: 5.19.0-snapshot
1616
;; Package-Requires: ((emacs "25.1"))
1717

1818
;; This file is not part of GNU Emacs.
@@ -192,7 +192,7 @@ to indent keyword invocation forms.
192192
(const :tag "Indent like a macro body" 'always-indent)
193193
(const :tag "Indent like a macro body unless first arg is on the same line"
194194
'align-arguments))
195-
:package-version '(clojure-mode . "5.14.0"))
195+
:package-version '(clojure-mode . "5.19.0"))
196196

197197
(defcustom clojure-use-backtracking-indent t
198198
"When non-nil, enable context sensitive indentation."
@@ -1851,12 +1851,13 @@ Requires the macro's NAME and a VALUE."
18511851
value))
18521852

18531853
(defcustom clojure-enable-indent-specs t
1854-
"Honor indent specs, either set via metadata on the
1855-
function/macro, or via `define-clojure-indent'. Set this to `nil'
1856-
to get uniform formatting of all forms."
1854+
"Control whether to honor indent specs.
1855+
They can be either set via metadata on the function/macro, or via
1856+
`define-clojure-indent'. Set this to nil to get uniform
1857+
formatting of all forms."
18571858
:type 'boolean
18581859
:safe #'booleanp
1859-
:package-version '(clojure-mode . "5.14.0"))
1860+
:package-version '(clojure-mode . "5.19.0"))
18601861

18611862
(defcustom clojure-defun-indents nil
18621863
"List of additional symbols with defun-style indentation in Clojure.

0 commit comments

Comments
 (0)