From: tomo Date: Fri, 10 Sep 1999 09:07:31 +0000 (+0000) Subject: (tty_initialize_font_instance): Don't use `XCHARSET_COLUMNS'. X-Git-Tag: r21-2-19-utf-2000-0_7-0~55 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=422c50e5fca1927606fb3f0479632ff55d6889d7;p=chise%2Fxemacs-chise.git.1 (tty_initialize_font_instance): Don't use `XCHARSET_COLUMNS'. --- diff --git a/src/objects-tty.c b/src/objects-tty.c index 909542e..a7dc78c 100644 --- a/src/objects-tty.c +++ b/src/objects-tty.c @@ -243,7 +243,7 @@ tty_initialize_font_instance (struct Lisp_Font_Instance *f, Lisp_Object name, FONT_INSTANCE_TTY_CHARSET (f) = charset; #ifdef MULE if (CHARSETP (charset)) - f->width = XCHARSET_COLUMNS (charset); + f->width = CHARSET_COLUMNS (XCHARSET (charset)); else #endif f->width = 1;