projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c8d2d4
)
(tty_initialize_font_instance): Don't use `XCHARSET_COLUMNS'.
author
tomo
<tomo>
Fri, 10 Sep 1999 09:07:31 +0000
(09:07 +0000)
committer
tomo
<tomo>
Fri, 10 Sep 1999 09:07:31 +0000
(09:07 +0000)
src/objects-tty.c
patch
|
blob
|
history
diff --git
a/src/objects-tty.c
b/src/objects-tty.c
index
909542e
..
a7dc78c
100644
(file)
--- 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;