From e8c8be6e8864cebe09e83737b49141b4a7078a11 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 6 Sep 2008 22:33:43 +0000 Subject: * misc/ruby-mode.el: don't highlight keywords when they're the beginning of non-keyword symbols. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aca5a8cf0..d12340e58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ Sun Sep 7 07:24:09 2008 Yukihiro Matsumoto * misc/ruby-mode.el: don't crash the whole mode if the Subversion $ keyword isn't interpolated. + * misc/ruby-mode.el: don't highlight keywords when they're the + beginning of non-keyword symbols. + Sun Sep 7 06:31:51 2008 Yukihiro Matsumoto * file.c (file_expand_path): applied a patch from Nobuhiro Tachino -- cgit