emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Dmitry Gutov
Subject: emacs-29 fb7f3999c5: ; Fix ruby-method-params-indent's :version value
Date: Mon, 19 Dec 2022 19:59:07 -0500 (EST)

branch: emacs-29
commit fb7f3999c59ce3a1b08bca8d8b79db885fd3550f
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; Fix ruby-method-params-indent's :version value
---
 lisp/progmodes/ruby-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index 2b813dfcbc..1f3e9b6ae7 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]