From: Mike Kupfer Date: Mon, 17 Dec 2018 05:18:04 +0000 (-0800) Subject: * src/ftcrfont.c (ftcrfont_driver): Really commit last change. X-Git-Tag: emacs-27.0.90~2671^2~45 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f4e05cbc6bf472fe5ac26bb4828b7b41b165014;p=emacs.git * src/ftcrfont.c (ftcrfont_driver): Really commit last change. --- diff --git a/src/ftcrfont.c b/src/ftcrfont.c index ae5b0a92eee..0718ca7a3d9 100644 --- a/src/ftcrfont.c +++ b/src/ftcrfont.c @@ -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,