diff options
| author | Eli Zaretskii | 2024-08-29 20:37:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-08-29 20:37:29 +0300 |
| commit | 6734b60c0c325cf4e7e0614fe67ed24fafc9dd9a (patch) | |
| tree | 2537aaa2946e7c36b7573e6cd0092466f4dc83a7 /admin | |
| parent | d809d53afc007574b3054027ff2eaf6c8d66996c (diff) | |
| download | emacs-6734b60c0c325cf4e7e0614fe67ed24fafc9dd9a.tar.gz emacs-6734b60c0c325cf4e7e0614fe67ed24fafc9dd9a.zip | |
; * admin/authors.el (authors-valid-file-names): Ignore Unicode files.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/authors.el | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/admin/authors.el b/admin/authors.el index bcb06953df3..96c07c2ec9b 100644 --- a/admin/authors.el +++ b/admin/authors.el | |||
| @@ -1151,6 +1151,27 @@ AUTHORS file. There are also some more recent manual additions.") | |||
| 1151 | "admin/notes/tree-sitter/build-module/batch.sh" | 1151 | "admin/notes/tree-sitter/build-module/batch.sh" |
| 1152 | "doc/misc/gnus-coding.texi" | 1152 | "doc/misc/gnus-coding.texi" |
| 1153 | "gnus-coding.texi" | 1153 | "gnus-coding.texi" |
| 1154 | ;; These are imported from Unicode | ||
| 1155 | "unidata/UnicodeData.txt" "admin/unidata/UnicodeData.txt" | ||
| 1156 | "admin/unidata/BidiBrackets.txt" "unidata/BidiBrackets.txt" | ||
| 1157 | "admin/unidata/BidiMirroring.txt" "unidata/BidiMirroring.txt" | ||
| 1158 | "admin/unidata/Blocks.txt" | ||
| 1159 | "admin/unidata/IVD_Sequences.txt" "unidata/IVD_Sequences.txt" | ||
| 1160 | "admin/unidata/IdnaMappingTable.txt" | ||
| 1161 | "admin/unidata/NormalizationTest.txt" | ||
| 1162 | "admin/unidata/PropertyValueAliases.txt" | ||
| 1163 | "admin/unidata/ScriptExtensions.txt" | ||
| 1164 | "admin/unidata/Scripts.txt" | ||
| 1165 | "admin/unidata/SpecialCasing.txt" | ||
| 1166 | "admin/unidata/UnicodeData.txt" | ||
| 1167 | "admin/unidata/confusables.txt" | ||
| 1168 | "admin/unidata/copyright.html" | ||
| 1169 | "test/manual/BidiCharacterTest.txt" | ||
| 1170 | "admin/unidata/emoji-data.txt" | ||
| 1171 | "admin/unidata/emoji-sequences.txt" | ||
| 1172 | "admin/unidata/emoji-test.txt" | ||
| 1173 | "admin/unidata/emoji-variation-sequences.txt" | ||
| 1174 | "admin/unidata/emoji-zwj-sequences.txt" | ||
| 1154 | ) | 1175 | ) |
| 1155 | "File names which are valid, but no longer exist (or cannot be found) | 1176 | "File names which are valid, but no longer exist (or cannot be found) |
| 1156 | in the repository.") | 1177 | in the repository.") |