emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115188: * progmodes/ruby-mode.el (ruby-custom-encod


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r115188: * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template),
Date: Fri, 22 Nov 2013 12:39:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115188
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: master
timestamp: Fri 2013-11-22 14:36:38 +0200
message:
  * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template),
  (ruby-encoding-magic-comment-style): Add :version.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-22 12:28:23 +0000
+++ b/lisp/ChangeLog    2013-11-22 12:36:38 +0000
@@ -2,6 +2,8 @@
 
        * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
        Improve docstring.
+       Add :version.
+       (ruby-encoding-magic-comment-style): Add :version.
 
 2013-11-22  Leo Liu  <address@hidden>
 

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2013-11-22 12:28:23 +0000
+++ b/lisp/progmodes/ruby-mode.el       2013-11-22 12:36:38 +0000
@@ -270,13 +270,15 @@
           (const :tag "Emacs Style" emacs)
           (const :tag "Ruby Style" ruby)
           (const :tag "Custom Style" custom))
-  :group 'ruby)
+  :group 'ruby
+  :version "24.4")
 
 (defcustom ruby-custom-encoding-magic-comment-template "# encoding: %s"
   "A custom encoding comment template.
 It is used when `ruby-encoding-magic-comment-style' is set to `custom'."
   :type 'string
-  :group 'ruby)
+  :group 'ruby
+  :version "24.4")
 
 (defcustom ruby-use-encoding-map t
   "Use `ruby-encoding-map' to set encoding magic comment if this is non-nil."


reply via email to

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