From 8b183eb6206f9b60814fea780a04043072d92af1 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 26 May 2008 07:51:21 +0000 Subject: * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook is not available. a patch from Kazuhiro NISHIYAMA in [ruby-dev:34853]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7984b1174..c7567f128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon May 26 16:49:55 2008 Yukihiro Matsumoto + + * misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook is + not available. a patch from Kazuhiro NISHIYAMA + in [ruby-dev:34853]. + Mon May 26 16:41:35 2008 NAKAMURA Usaku * file.c (ntfs_tail): filename which starts with '.' is valid. -- cgit