From: Kenichi Handa Date: Mon, 19 May 1997 03:33:50 +0000 (+0000) Subject: (fs_load_font): Modified to cope with the above change X-Git-Tag: emacs-20.1~2063 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=062277801541a2092c82264efbfaa81231df6273;p=emacs.git (fs_load_font): Modified to cope with the above change in x_load_font (xterm.c). --- diff --git a/src/fontset.c b/src/fontset.c index 04a28ca96ed..3a59a64a409 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -168,7 +168,7 @@ fs_load_font (f, font_table, charset, fontname, fontset) 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. */