aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa1997-05-19 03:33:50 +0000
committerKenichi Handa1997-05-19 03:33:50 +0000
commit062277801541a2092c82264efbfaa81231df6273 (patch)
treea1ccacdae5773260203e6e1c856d01efeb8d6c1c /src
parente7cc8b5404d489c47feed7262ddff0c7f572d5ad (diff)
downloademacs-062277801541a2092c82264efbfaa81231df6273.tar.gz
emacs-062277801541a2092c82264efbfaa81231df6273.zip
(fs_load_font): Modified to cope with the above change
in x_load_font (xterm.c).
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
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)
168 not set by (*load_font_func). */ 168 not set by (*load_font_func). */
169 fontp->charset = charset; 169 fontp->charset = charset;
170 170
171 if (fontp->encoding[1] >= 0) 171 if (fontp->encoding[1] != 4)
172 { 172 {
173 /* The font itself tells which code points to be used. Use this 173 /* The font itself tells which code points to be used. Use this
174 encoding for all other charsets. */ 174 encoding for all other charsets. */