]> git.eshelyaron.com Git - emacs.git/commitdiff
(fs_load_font): Modified to cope with the above change
authorKenichi Handa <handa@m17n.org>
Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 May 1997 03:33:50 +0000 (03:33 +0000)
in x_load_font (xterm.c).

src/fontset.c

index 04a28ca96ed5a661b0975ba7d91aa9f4a55f2c95..3a59a64a40962d65ada3fcbde774c2e8adf8d692 100644 (file)
@@ -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.  */