From 974716d474edd2c3f2575c23406fb77c0e6d4bf6 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 23 May 2005 21:46:18 +0000 Subject: * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): string literals to be matched non-greedy. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fef288a7e..85a941af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue May 24 06:45:31 2005 Nobuyoshi Nakada + + * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): string + literals to be matched non-greedy. + Tue May 24 00:39:14 2005 NAKAMURA, Hiroshi * test/soap/calc: method name 'set' was able to crash with a class Set. -- cgit