diff options
| author | Robert Pluim | 2022-09-19 14:49:55 +0200 |
|---|---|---|
| committer | Robert Pluim | 2022-09-20 11:42:21 +0200 |
| commit | 191505b8a3a450e4b5658f90913c8e201517be98 (patch) | |
| tree | 5199fbd85cfb114b83c3d17e648c0cb01f02bcbe /admin/notes/unicode | |
| parent | 10373c4b686106179607c2ceaaa8c105ee55c1cd (diff) | |
| download | emacs-191505b8a3a450e4b5658f90913c8e201517be98.tar.gz emacs-191505b8a3a450e4b5658f90913c8e201517be98.zip | |
Mention that src/macuvs.h sometimes needs committing
* admin/notes/unicode: src/macuvs.h is generated, but needs to be
committed sometimes.
Diffstat (limited to 'admin/notes/unicode')
| -rw-r--r-- | admin/notes/unicode | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index 7b86a36a14b..6d443f3c4e7 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode | |||
| @@ -88,6 +88,10 @@ modified to follow suit. If there's trailing whitespace in | |||
| 88 | BidiCharacterTest.txt, it should be removed before committing the new | 88 | BidiCharacterTest.txt, it should be removed before committing the new |
| 89 | version. | 89 | version. |
| 90 | 90 | ||
| 91 | src/macuvs.h is a generated file, but if it has changed as a result | ||
| 92 | of the updates, please commit it as well (see | ||
| 93 | admin/unidata/Makefile.in for an explanation). | ||
| 94 | |||
| 91 | Visit "emoji-data.txt" with the rebuilt Emacs, and check that an | 95 | Visit "emoji-data.txt" with the rebuilt Emacs, and check that an |
| 92 | appropriate font is being used for the emoji (by default Emacs uses | 96 | appropriate font is being used for the emoji (by default Emacs uses |
| 93 | "Noto Color Emoji"). Running the following command in that buffer | 97 | "Noto Color Emoji"). Running the following command in that buffer |