]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/ftcrfont.c (ftcrfont_driver): Really commit last change.
authorMike Kupfer <mkupfer@alum.berkeley.edu>
Mon, 17 Dec 2018 05:18:04 +0000 (21:18 -0800)
committerEli Zaretskii <eliz@gnu.org>
Mon, 17 Dec 2018 17:09:16 +0000 (19:09 +0200)
src/ftcrfont.c

index ae5b0a92eeeed482f19bc7329799e81d75806580..0718ca7a3d9cdabb993c42b22eb2f5154eb07ecb 100644 (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,