From 66e2a6cb1632f5aef5a7735d62b73c8abcbbbb65 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 30 Jul 2022 09:54:43 +0900 Subject: [PATCH] (insert-char-attributes): Format `ideographic-structure@apparent/rightmost' with the same format as `ideographic-structure' and `ideographic-structure@apparent/leftmost'. --- lisp/utf-2000/char-db-util.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 1b39f38..db91ac9 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1439,6 +1439,7 @@ ((or (eq name 'ideographic-structure) (eq name 'ideographic-structure@apparent) (eq name 'ideographic-structure@apparent/leftmost) + (eq name 'ideographic-structure@apparent/rightmost) (eq name 'ideographic-combination) ;; (eq name 'ideographic-) (eq name '=decomposition) -- 1.7.10.4