From a60cac4e1b25f7109acea6137ad30b90855f5c90 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 10 Apr 2000 06:05:19 +0000 Subject: 2000-04-10 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk') diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 19d3ad06d..6dd832b94 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -370,7 +370,7 @@ module TkComm end end private :install_bind, :tk_event_sequence, - :_bind_core, :_bind, :_bind_append, ,:_bind_remove, :_bindinfo + :_bind_core, :_bind, :_bind_append, :_bind_remove, :_bindinfo def bind(tagOrClass, context, cmd=Proc.new, args=nil) _bind(["bind", tagOrClass], context, cmd, args) -- cgit