From 4cd6bc88090d75df54ef5af684c21454954e1cd3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 25 Nov 2021 21:55:38 +0200 Subject: [PATCH] ; * src/font.c: Comment about synchronizing with cus-face.el. --- src/font.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/font.c b/src/font.c index d423fd46b70..d780d781f62 100644 --- a/src/font.c +++ b/src/font.c @@ -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. */ -- 2.39.5