(tty_initialize_font_instance): Don't use `XCHARSET_COLUMNS'.
authortomo <tomo>
Fri, 10 Sep 1999 09:07:31 +0000 (09:07 +0000)
committertomo <tomo>
Fri, 10 Sep 1999 09:07:31 +0000 (09:07 +0000)
src/objects-tty.c

index 909542e..a7dc78c 100644 (file)
@@ -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;