X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fobjects-tty.c;h=a7dc78cd3c9a836a01a557a2a237f8babf6d5596;hb=c055fb9d54088bf2dff25f6be1a033ff0cea5f92;hp=909542e452d00c647a9bd6f9c4b11583589d74af;hpb=f64b6b450c25bc91059807ccce1121464a15d89a;p=chise%2Fxemacs-chise.git- 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;