1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace.

This commit is contained in:
Eli Zaretskii 2018-04-03 19:59:40 +03:00 committed by Robert Pluim
parent 97d61f878e
commit acaebed014

View File

@ -768,7 +768,7 @@ ftfont_spec_pattern (Lisp_Object spec, char *otlayout, struct OpenTypeSpec **ots
/* We really don't like color fonts, they cause Xft crashes. See
Bug#30874. */
if (Vxft_ignore_color_fonts
&& ! FcPatternAddBool(pattern, FC_COLOR, FcFalse))
&& ! FcPatternAddBool (pattern, FC_COLOR, FcFalse))
goto err;
#endif