diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.c | 2 |
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. */ |