From: Dmitry Gutov Date: Tue, 20 Dec 2022 00:58:48 +0000 (+0200) Subject: ; Fix ruby-method-params-indent's :version value X-Git-Tag: emacs-29.0.90~1063 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb7f3999c59ce3a1b08bca8d8b79db885fd3550f;p=emacs.git ; Fix ruby-method-params-indent's :version value --- 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.