aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBozhidar Batsov2013-11-20 12:52:07 +0200
committerBozhidar Batsov2013-11-20 12:52:07 +0200
commit638af3a10fcce157e41437d45a4a075c95dd555a (patch)
tree241e196a0ce4fc21142094f53f35cabc612cdcdf
parent0ec16636be13e2209cddf6917d81a2ab00e44c5d (diff)
downloademacs-638af3a10fcce157e41437d45a4a075c95dd555a.tar.gz
emacs-638af3a10fcce157e41437d45a4a075c95dd555a.zip
* lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
Change default to "# encoding: %s" to differentiate it from the default Ruby encoding comment template.
-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 28c44307ff2..0e507b82115 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -272,7 +272,7 @@ even if it's not required."
272 (const :tag "Custom Style" custom)) 272 (const :tag "Custom Style" custom))
273 :group 'ruby) 273 :group 'ruby)
274 274
275(defcustom ruby-custom-encoding-magic-comment-template "# coding: %s" 275(defcustom ruby-custom-encoding-magic-comment-template "# encoding: %s"
276 "The encoding comment template to be used when 276 "The encoding comment template to be used when
277`ruby-encoding-magic-comment-style' is set to `custom'." 277`ruby-encoding-magic-comment-style' is set to `custom'."
278 :type 'string 278 :type 'string