From a99cc44c8dbf22d0a38161ab45850389704babc9 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 7 Jun 2005 08:35:04 +0000 Subject: * parse.y (parser_yylex): small error fixed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de9e4f42fb..db5b988524 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,8 +3,10 @@ Tue Jun 7 17:20:39 2005 Yukihiro Matsumoto * parse.y (parser_yylex): allow ';;' to be block terminator in place of 'end'. [highly experimental] - * misc/ruby-mode.el (ruby-block-end-re): allow ';;' for a negative - indent trigger. [highly experimental] + * misc/ruby-mode.el (ruby-block-end-re): allow ';;' to be a + negative indent trigger. [highly experimental] + + * parse.y (parser_yylex): small error fixed. Tue Jun 7 16:45:49 2005 Yukihiro Matsumoto -- cgit v1.2.3