diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 51cd2e898d1..ddb0a4e2b5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -53,6 +53,12 @@ * emacs-lisp/package.el (describe-package-1): Add package archive to shown fields. +2013-11-20 Bozhidar Batsov + + * 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. + 2013-11-20 era eriksson * ses.el (ses-mode): Doc fix. (Bug#14748)