diff options
| author | Po Lu <luangruo@yahoo.com> | 2024-08-01 08:29:50 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2024-08-01 08:29:50 +0800 |
| commit | efbeefd17e3e8a3dcc02439805e42b9d9cedded9 (patch) | |
| tree | 5d18be9fecccc8a60757c413dd26fe7eb4f065e0 | |
| parent | 96097d362322595e308157ff70f191ef2b49640d (diff) | |
Conclude previous change
* lisp/international/fontset.el (script-representative-chars)
<han>: Remove practically unattested characters, since this
variable is not used in font resolution on MS-Windows any
longer.
| -rw-r--r-- | lisp/international/fontset.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 3e16e1f35bd..f5b4b0b4aa4 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -209,8 +209,7 @@ (bopomofo #x3105) (kanbun #x319D) (han #x2e90 #x2f00 #x3010 #x3200 #x3300 #x3400 #x31c0 #x4e10 - #x5B57 #xfe30 #xf900 - #x1f210 #x20000 #x2a700 #x2b740 #x2b820 #x2ceb0 #x2f804) + #x5B57 #xfe30 #xf900) (yi #xA288) (syloti-nagri #xA807 #xA823 #xA82C) (rejang #xA930 #xA947 #xA95F) |
