]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/font.c: Comment about synchronizing with cus-face.el.
authorEli Zaretskii <eliz@gnu.org>
Thu, 25 Nov 2021 19:55:38 +0000 (21:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 25 Nov 2021 19:55:38 +0000 (21:55 +0200)
src/font.c

index d423fd46b70437819875dc80cd64f1b42d317b48..d780d781f620d7ecde7c6024243f768a753cc016 100644 (file)
@@ -60,6 +60,8 @@ struct table_entry
   const char *names[6];
 };
 
+/* The following tables should be in sync with 'custom-face-attributes'.  */
+
 /* Table of weight numeric values and their names.  This table must be
    sorted by numeric values in ascending order and the numeric values
    must approximately match the weights in the font files.  */