From 638af3a10fcce157e41437d45a4a075c95dd555a Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 20 Nov 2013 12:52:07 +0200 Subject: [PATCH] * 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. --- 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 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." (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 -- 2.39.2