aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32font.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32font.c b/src/w32font.c
index a1878adb4bd..018e6572563 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -796,7 +796,8 @@ w32font_list_internal (struct frame *f, Lisp_Object font_spec,
796 && !EQ (spec_charset, Qiso10646_1) 796 && !EQ (spec_charset, Qiso10646_1)
797 && !EQ (spec_charset, Qunicode_bmp) 797 && !EQ (spec_charset, Qunicode_bmp)
798 && !EQ (spec_charset, Qunicode_sip) 798 && !EQ (spec_charset, Qunicode_sip)
799 && !EQ (spec_charset, Qunknown)) 799 && !EQ (spec_charset, Qunknown)
800 && !EQ (spec_charset, Qascii_0))
800 return Qnil; 801 return Qnil;
801 } 802 }
802 803