From 764a99ace8b0716ce8371ae7716c25008233afc4 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 7 Aug 2008 09:04:27 +0000 Subject: * misc/ruby-mode.el (ruby-imenu-create-index-in-block): Fix the regexp to only pick definition lines properly. `module_funtion' is not a definition of a module named `_function'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f48c7a15f..809e46d28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 7 18:01:44 2008 Akinori MUSHA + + * misc/ruby-mode.el (ruby-imenu-create-index-in-block): Fix the + regexp to only pick definition lines properly. `module_funtion' + is not a definition of a module named `_function'. + Thu Aug 7 17:47:55 2008 Nobuyoshi Nakada * enc/depend: add transdb.c. -- cgit