diff options
Diffstat (limited to 'src/xfont.c')
| -rw-r--r-- | src/xfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfont.c b/src/xfont.c index 73caa705890..02976f6c898 100644 --- a/src/xfont.c +++ b/src/xfont.c | |||
| @@ -1101,6 +1101,6 @@ syms_of_xfont (void) | |||
| 1101 | staticpro (&xfont_scripts_cache); | 1101 | staticpro (&xfont_scripts_cache); |
| 1102 | xfont_scripts_cache = CALLN (Fmake_hash_table, QCtest, Qequal); | 1102 | xfont_scripts_cache = CALLN (Fmake_hash_table, QCtest, Qequal); |
| 1103 | staticpro (&xfont_scratch_props); | 1103 | staticpro (&xfont_scratch_props); |
| 1104 | xfont_scratch_props = Fmake_vector (make_fixnum (8), Qnil); | 1104 | xfont_scratch_props = make_nil_vector (8); |
| 1105 | register_font_driver (&xfont_driver, NULL); | 1105 | register_font_driver (&xfont_driver, NULL); |
| 1106 | } | 1106 | } |