diff options
| author | Eli Zaretskii | 2021-11-25 21:55:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-25 21:55:38 +0200 |
| commit | 4cd6bc88090d75df54ef5af684c21454954e1cd3 (patch) | |
| tree | 46dc7045517d6243725b49fea208a0fc71c3a635 | |
| parent | aa3a74d9a1173438ab351909441e50439f66b1e2 (diff) | |
| download | emacs-4cd6bc88090d75df54ef5af684c21454954e1cd3.tar.gz emacs-4cd6bc88090d75df54ef5af684c21454954e1cd3.zip | |
; * src/font.c: Comment about synchronizing with cus-face.el.
| -rw-r--r-- | src/font.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
| 60 | const char *names[6]; | 60 | const char *names[6]; |
| 61 | }; | 61 | }; |
| 62 | 62 | ||
| 63 | /* The following tables should be in sync with 'custom-face-attributes'. */ | ||
| 64 | |||
| 63 | /* Table of weight numeric values and their names. This table must be | 65 | /* Table of weight numeric values and their names. This table must be |
| 64 | sorted by numeric values in ascending order and the numeric values | 66 | sorted by numeric values in ascending order and the numeric values |
| 65 | must approximately match the weights in the font files. */ | 67 | must approximately match the weights in the font files. */ |