1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00

* src/ftcrfont.c (ftcrfont_driver): Really commit last change.

This commit is contained in:
Mike Kupfer 2018-12-16 21:18:04 -08:00 committed by Eli Zaretskii
parent 3c64f02c39
commit 0f4e05cbc6

View file

@ -289,7 +289,7 @@ struct font_driver const ftcrfont_driver =
.type = LISPSYM_INITIALLY (Qftcr),
.get_cache = ftfont_get_cache,
.list = ftcrfont_list,
.match = ftcrfont_match,
y .match = ftcrfont_match,
.list_family = ftfont_list_family,
.open = ftcrfont_open,
.close = ftcrfont_close,