From ed095f8f3bdd3ce7be1a7b9d3ba87ce8636cfc98 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 26 Feb 2008 07:53:40 +0000 Subject: * misc/ruby-mode.el (ruby-calculate-indent): should distinguish comment and # in strings. [ruby-dev:33874] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3f9b6a13..8892fd512 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 26 16:53:13 2008 Yukihiro Matsumoto + + * misc/ruby-mode.el (ruby-calculate-indent): should distinguish + comment and # in strings. [ruby-dev:33874] + Tue Feb 26 16:41:27 2008 Nobuyoshi Nakada * array.c (combi_len, rb_ary_product): check for overflow. -- cgit