diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-06 14:59:37 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-04-06 15:00:04 -0700 |
commit | f3a0f3a1167237c543b95c7b0a59c0a7bf8434dc (patch) | |
tree | c30a36f0342c861f031e9fdf1ba38d7f9027842e /lisp/international | |
parent | 360b2bf2f6011f2e46267c0bf11b1e86655e7900 (diff) | |
download | emacs-f3a0f3a1167237c543b95c7b0a59c0a7bf8434dc.tar.gz |
* lisp/international/README: Update to match current list.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/international/README b/lisp/international/README index 92fc4a089ec..88b6041a937 100644 --- a/lisp/international/README +++ b/lisp/international/README @@ -1,10 +1,12 @@ The following files in this directory are derived from the Unicode Data File at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt: - charprop.el uni-bidi.el uni-category.el uni-combining.el - uni-comment.el uni-decimal.el uni-decomposition.el uni-digit.el - uni-lowercase.el uni-mirrored.el uni-name.el uni-numeric.el - uni-old-name.el uni-titlecase.el uni-uppercase.el + charprop.el uni-bidi.el uni-brackets.el uni-category.el + uni-combining.el uni-comment.el uni-decimal.el uni-decomposition.el + uni-digit.el uni-lowercase.el uni-mirrored.el uni-name.el + uni-numeric.el uni-old-name.el uni-special-lowercase.el + uni-special-titlecase.el uni-special-uppercase.el uni-titlecase.el + uni-uppercase.el These files were generated from the version admin/unidata/UnicodeData.txt in the Emacs sources, using the file unidata-gen.el in the same directory. |