summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2022-12-20 02:58:48 +0200
committerDmitry Gutov <dgutov@yandex.ru>2022-12-20 02:58:48 +0200
commitfb7f3999c59ce3a1b08bca8d8b79db885fd3550f (patch)
treedf7bc63689e4e1c22eb1079fd4776a743fd0bcb7 /lisp
parentcfbfd393b450d4eb7ac0b7922b44208688553c9e (diff)
downloademacs-fb7f3999c59ce3a1b08bca8d8b79db885fd3550f.tar.gz
emacs-fb7f3999c59ce3a1b08bca8d8b79db885fd3550f.tar.bz2
emacs-fb7f3999c59ce3a1b08bca8d8b79db885fd3550f.zip
; Fix ruby-method-params-indent's :version value
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/ruby-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index 2b813dfcbcc..1f3e9b6ae7b 100644
--- 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.