* src/font.c (QCuser_spec): Add missing colon to :user-spec.
This commit is contained in:
parent
c8b868b1e2
commit
e65c3079c6
1 changed files with 1 additions and 1 deletions
|
@ -5317,7 +5317,7 @@ syms_of_font (void)
|
|||
DEFSYM (Qja, "ja");
|
||||
DEFSYM (Qko, "ko");
|
||||
|
||||
DEFSYM (QCuser_spec, "user-spec");
|
||||
DEFSYM (QCuser_spec, ":user-spec");
|
||||
|
||||
staticpro (&scratch_font_spec);
|
||||
scratch_font_spec = Ffont_spec (0, NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue