From 422c50e5fca1927606fb3f0479632ff55d6889d7 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 10 Sep 1999 09:07:31 +0000 Subject: [PATCH] (tty_initialize_font_instance): Don't use `XCHARSET_COLUMNS'. --- src/objects-tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4