]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill_in_logfont): Don't assume symbol script means SYMBOL_CHARSET.
authorJason Rumney <jasonr@gnu.org>
Thu, 11 Dec 2008 14:58:04 +0000 (14:58 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 11 Dec 2008 14:58:04 +0000 (14:58 +0000)
src/ChangeLog
src/w32font.c

index 10fd86ad62c6b8be3e14eb2799f1b231fce36e7a..0431ecd623e2c6d1e8c7fadaa937551c973ddf85 100644 (file)
@@ -1,5 +1,8 @@
 2008-12-11  Jason Rumney  <jasonr@gnu.org>
 
+       * w32font.c (fill_in_logfont): Don't assume symbol script means
+       SYMBOL_CHARSET.
+
        * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer
        size for surrogates.
 
index 4492a275bd11896f95bb64f71126069903cf3937..4cfa8a242c68bbeba11844618b1c6a73297205b5 100644 (file)
@@ -1956,8 +1956,6 @@ fill_in_logfont (f, logfont, font_spec)
                 logfont->lfCharSet = ARABIC_CHARSET;
               else if (EQ (val, Qthai))
                 logfont->lfCharSet = THAI_CHARSET;
-              else if (EQ (val, Qsymbol))
-                logfont->lfCharSet = SYMBOL_CHARSET;
             }
           else if (EQ (key, QCantialias) && SYMBOLP (val))
             {