# HG changeset patch # User Kenichi Handa # Date 864012830 0 # Node ID 46f958bf334841c82f82b2ba3fc6a3adadddb277 # Parent a0db136e65959435d5408bc1752ddba5c484b249 (fs_load_font): Modified to cope with the above change in x_load_font (xterm.c). diff -r a0db136e6595 -r 46f958bf3348 src/fontset.c --- a/src/fontset.c Mon May 19 03:33:50 1997 +0000 +++ b/src/fontset.c Mon May 19 03:33:50 1997 +0000 @@ -168,7 +168,7 @@ not set by (*load_font_func). */ fontp->charset = charset; - if (fontp->encoding[1] >= 0) + if (fontp->encoding[1] != 4) { /* The font itself tells which code points to be used. Use this encoding for all other charsets. */