1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

* src/font.c (QCuser_spec): Add missing colon to :user-spec.

This commit is contained in:
Paul Eggert 2016-03-27 15:02:37 -07:00
parent c8b868b1e2
commit e65c3079c6

View File

@ -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);