diff options
author | Glenn Morris <rgm@gnu.org> | 2015-06-16 20:54:40 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-06-16 20:54:40 -0400 |
commit | 0fe54891f02e2d44b5de6cc8da3b3be809877574 (patch) | |
tree | 6385fc56304f6344913294169cf60b731864335a /lisp/international/characters.el | |
parent | b7d5033c39b82d8ae6cde701edcbf94f1575a622 (diff) | |
download | emacs-0fe54891f02e2d44b5de6cc8da3b3be809877574.tar.gz |
Fix some typos in copied Unicode data. (Bug#20789)
* lisp/international/characters.el (char-script-table):
* lisp/international/fontset.el (script-representative-chars)
(setup-default-fontset): Fix typos.
Diffstat (limited to 'lisp/international/characters.el')
-rw-r--r-- | lisp/international/characters.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index dcf2d01652c..ad6a0d986a9 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -1308,7 +1308,7 @@ Setup char-width-table appropriate for non-CJK language environment." (#x10280 #x1029F lycian) (#x102A0 #x102DF carian) (#x102E0 #x102FF coptic) ; Coptic Epact Numbers - (#x10300 #x1032F olt-italic) + (#x10300 #x1032F old-italic) (#x10330 #x1034F gothic) (#x10350 #x1037F old-permic) (#x10380 #x1039F ugaritic) @@ -1360,7 +1360,7 @@ Setup char-width-table appropriate for non-CJK language environment." (#x12400 #x1247F cuneiform-numbers-and-punctuation) (#x12480 #x1254F cuneiform) ; Early Dynastic Cuneiform (#x13000 #x1342F egyptian) - (#x14400 #x1457F anatolian) + (#x14400 #x1467F anatolian) (#x16800 #x16A3F bamum) (#x16A40 #x16A6F mro) (#x16AD0 #x16AFF bassa-vah) |