1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; Fix ruby-method-params-indent's :version value

This commit is contained in:
Dmitry Gutov 2022-12-20 02:58:48 +02:00
parent cfbfd393b4
commit fb7f3999c5

View file

@ -283,7 +283,7 @@ Only has effect when `ruby-use-smie' is t."
(number :tag "Indent specified number of columns against def")
(const :tag "Indent to def" nil))
:safe (lambda (val) (or (memq val '(t nil)) (numberp val)))
:version 29.1)
:version "29.1")
(defcustom ruby-deep-arglist t
"Deep indent lists in parenthesis when non-nil.