mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-12 00:36:35 -04:00
* src/font.c (QCuser_spec): Add missing colon to :user-spec.
This commit is contained in:
parent
c8b868b1e2
commit
e65c3079c6
|
|
@ -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…
Reference in a new issue