From 609da4c2ec3f3982e21b3f07b064ac99b59dd80c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 24 Jun 2009 06:02:33 +0000 Subject: * parse.y (parser_set_encode): show the erred file name instead of the file that requires it. [ruby-core:24006] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f86109ce5..eecd4608b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 24 15:02:29 2009 Nobuyoshi Nakada + + * parse.y (parser_set_encode): show the erred file name instead of + the file that requires it. [ruby-core:24006] + Wed Jun 24 11:41:20 2009 Akinori MUSHA * misc/ruby-style.el: It is too late to set c-file-style in -- cgit