Meadow での bitmap font setting

Error in init file: error: "There's no room for a new private charset bitmap"
で困っていたところ、以下のURLを見つける。
http://www.ysnb.net/meadow/meadow-users-jp/2001/msg00725.html


bitmap-mule-8.4 の README.en に
** IMPORTANT notice to Mule-UCS on Emacs 20 users !!
If you are using Emacs 20 and Mule-UCS version 0.84 or later, you have
to set the value of the variable `bitmap-alterable-charset' explicitly,
and furthermore, you have to load un-define.elc before bitmap.elc.
The valid values for the variable `bitmap-alterable-charset' are
`indian-1-column' and `tibetan-1-column'. Here is an example for the
startup (normally .emacs) file:
(require 'un-define)
(setq bitmap-alterable-charset 'tibetan-1-column)
(require 'bitmap)
We must apologize that the charset used in `bitmap-alterable-charset'
becomes totally unserviceable to the inconvenience of Indian or Tibetan.
チベット語は使わないので、これでよしとする。