emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4cd6bc8: ; * src/font.c: Comment about synchronizing with cus-fac


From: Eli Zaretskii
Subject: master 4cd6bc8: ; * src/font.c: Comment about synchronizing with cus-face.el.
Date: Thu, 25 Nov 2021 14:56:21 -0500 (EST)

branch: master
commit 4cd6bc88090d75df54ef5af684c21454954e1cd3
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 d423fd4..d780d78 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.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]