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:
parent
cfbfd393b4
commit
fb7f3999c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue