diff options
| -rw-r--r-- | src/nsfont.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsfont.m b/src/nsfont.m index a6ea4843067..bb9754c8b6e 100644 --- a/src/nsfont.m +++ b/src/nsfont.m | |||
| @@ -1229,7 +1229,7 @@ void nsfont_make_fontset_for_font (Lisp_Object name, Lisp_Object font_object) | |||
| 1229 | these, calling set_fontset_font generates an abort. Try to | 1229 | these, calling set_fontset_font generates an abort. Try to |
| 1230 | guess which ones these are and avoid it. */ | 1230 | guess which ones these are and avoid it. */ |
| 1231 | if (strstr (SDATA (SYMBOL_NAME (scripts[i])), "mathematical-") | 1231 | if (strstr (SDATA (SYMBOL_NAME (scripts[i])), "mathematical-") |
| 1232 | != SDATA (SYMBOL_NAME (scripts[i]))) | 1232 | != (char *)SDATA (SYMBOL_NAME (scripts[i]))) |
| 1233 | Fset_fontset_font (name, scripts[i], famAndReg, Qnil, Qnil); | 1233 | Fset_fontset_font (name, scripts[i], famAndReg, Qnil, Qnil); |
| 1234 | free (family); | 1234 | free (family); |
| 1235 | } | 1235 | } |