]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in char-width-table
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Aug 2019 15:23:06 +0000 (18:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Aug 2019 15:23:06 +0000 (18:23 +0300)
* lisp/international/characters.el (char-width-table): Fix a
typo in zero-width characters.

lisp/international/characters.el

index cdd8ba7c40373b455d443fd8ebaf11dec03c0d21..56829659159fcbb5dc24ab085e11523ffb2bc2fc 100644 (file)
@@ -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)