From 137eba65ba02236b9cdf4ac61f9e6b6bcabf1882 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 15 Apr 2003 15:14:15 +0000 Subject: * misc/ruby-mode.el (ruby-special-char-p): should test at the point if no argument. fixed by Michael Scholz . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c9c59c0e6..a487d265b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 16 00:14:06 2003 Nobuyoshi Nakada + + * misc/ruby-mode.el (ruby-special-char-p): should test at the + point if no argument. fixed by Michael Scholz + . + Tue Apr 15 19:35:08 2003 Minero Aoki * lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file -- cgit