From 6b7f2c401002b1ccc943e1b1a24febf62465edcd Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 9 Jan 2002 17:52:12 +0000 Subject: * misc/ruby-mode.el (ruby-calculate-indent): indentation after comment at beginning of buffer failed. * misc/ruby-mode.el (font-lock-defaults): unless XEmacs, set font-lock variables in ruby-mode-hook. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2fd840bda..a4044aa21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jan 9 20:21:09 2002 Nobuyoshi Nakada + + * misc/ruby-mode.el (ruby-calculate-indent): indentation after + comment at beginning of buffer failed. + + * misc/ruby-mode.el (font-lock-defaults): unless XEmacs, set + font-lock variables in ruby-mode-hook. + Tue Jan 8 15:54:02 2002 Nobuyoshi Nakada * eval.c (rb_add_method): clear replaced method from the cache. -- cgit