diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-04-10 06:05:19 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-04-10 06:05:19 +0000 |
| commit | a60cac4e1b25f7109acea6137ad30b90855f5c90 (patch) | |
| tree | 6491f759079612b5ac3785887ae877ed28fecb60 /ext/tk | |
| parent | b162fdbb05dcc60517b59c03b3688ee3867aaf70 (diff) | |
| download | ruby-a60cac4e1b25f7109acea6137ad30b90855f5c90.tar.gz ruby-a60cac4e1b25f7109acea6137ad30b90855f5c90.tar.xz ruby-a60cac4e1b25f7109acea6137ad30b90855f5c90.zip | |
2000-04-10
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
| -rw-r--r-- | ext/tk/lib/tk.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
