Fix a typo in char-width-table
* lisp/international/characters.el (char-width-table): Fix a typo in zero-width characters.
This commit is contained in:
parent
3f00db7ca6
commit
0b810ebc9f
1 changed files with 2 additions and 2 deletions
|
@ -986,8 +986,8 @@ with L, LRE, or LRO Unicode bidi character type.")
|
|||
(#x1039 . #x103A)
|
||||
(#x103D . #x103E)
|
||||
(#x1058 . #x1059)
|
||||
(#x105E . #x1160)
|
||||
(#x1171 . #x1074)
|
||||
(#x105E . #x1060)
|
||||
(#x1071 . #x1074)
|
||||
(#x1082 . #x1082)
|
||||
(#x1085 . #x1086)
|
||||
(#x108D . #x108D)
|
||||
|
|
Loading…
Add table
Reference in a new issue