]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
authorBozhidar Batsov <bozhidar@batsov.com>
Wed, 20 Nov 2013 10:52:07 +0000 (12:52 +0200)
committerBozhidar Batsov <bozhidar@batsov.com>
Wed, 20 Nov 2013 10:52:07 +0000 (12:52 +0200)
Change default to "# encoding: %s" to differentiate it from the
default Ruby encoding comment template.

lisp/progmodes/ruby-mode.el

index 28c44307ff2c97e63e2212fd30cb7065c6898162..0e507b821154db5124eda078d5cb1311e08c8119 100644 (file)
@@ -272,7 +272,7 @@ even if it's not required."
           (const :tag "Custom Style" custom))
   :group 'ruby)
 
-(defcustom ruby-custom-encoding-magic-comment-template "# coding: %s"
+(defcustom ruby-custom-encoding-magic-comment-template "# encoding: %s"
   "The encoding comment template to be used when
 `ruby-encoding-magic-comment-style' is set to `custom'."
   :type 'string