From dbd973ce7eac2f74949ac01ca68da907c0f51399 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 16 May 2009 00:49:10 +0000 Subject: * parse.y (magic_comment_encoding): ignores unused emacs-style encoding comment, as like Vim styles. [ruby-core:23470] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ae4d9f802..1f2849930 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Sat May 16 09:30:14 2009 Nobuyoshi Nakada +Sat May 16 09:49:05 2009 Nobuyoshi Nakada + + * parse.y (magic_comment_encoding): ignores unused emacs-style + encoding comment, as like Vim styles. [ruby-core:23470] * defs/keywords (reserved_word): made inline function static. [ruby-core:23210] -- cgit