* 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.
This commit is contained in:
parent
0ec16636be
commit
638af3a10f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue