projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfbfd39
)
; Fix ruby-method-params-indent's :version value
author
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 20 Dec 2022 00:58:48 +0000
(
02:58
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 20 Dec 2022 00:58:48 +0000
(
02:58
+0200)
lisp/progmodes/ruby-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/ruby-mode.el
b/lisp/progmodes/ruby-mode.el
index 2b813dfcbcc8c6522e4a78dd4b4365429df12d05..1f3e9b6ae7b0f8ed53315af53d119d58d0e03641 100644
(file)
--- a/
lisp/progmodes/ruby-mode.el
+++ b/
lisp/progmodes/ruby-mode.el
@@
-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.