emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Bozhidar Batsov
Subject: [Emacs-diffs] trunk r115158: * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
Date: Wed, 20 Nov 2013 10:55:22 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115158
revision-id: address@hidden
parent: address@hidden
committer: Bozhidar Batsov <address@hidden>
branch nick: master
timestamp: Wed 2013-11-20 12:52:07 +0200
message:
  * 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.
modified:
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2013-11-17 21:39:13 +0000
+++ b/lisp/progmodes/ruby-mode.el       2013-11-20 10:52:07 +0000
@@ -272,7 +272,7 @@
           (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


reply via email to

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