diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-28 06:53:33 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-02-28 06:53:33 +0000 |
| commit | a11a58b128acb5411bb35130df3bb945d8013b55 (patch) | |
| tree | 21caf0873cd632bd6beb8d91fc1da15d29aca427 /ext/tk/lib/tkfont.rb | |
| parent | 617316c5e8a1f14eef4dcb85b278a81875edb6bb (diff) | |
| download | ruby-a11a58b128acb5411bb35130df3bb945d8013b55.tar.gz ruby-a11a58b128acb5411bb35130df3bb945d8013b55.tar.xz ruby-a11a58b128acb5411bb35130df3bb945d8013b55.zip | |
* eval.c (rb_mod_include): load modules in argument order.
* st.c (st_init_table_with_size): num_bins should be prime numbers
(no decrement).
* st.c (rehash): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkfont.rb')
| -rw-r--r-- | ext/tk/lib/tkfont.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tkfont.rb b/ext/tk/lib/tkfont.rb index c1e45cbe5..42cce80fa 100644 --- a/ext/tk/lib/tkfont.rb +++ b/ext/tk/lib/tkfont.rb @@ -996,7 +996,7 @@ module TkTreatTagFont def font_configinfo @parent.tagfont_configinfo(@id) end - alias font font_configinfo +# alias font font_configinfo def font_configure(slot) @parent.tagfont_configure(@id, slot) |
