From 7500d25cbb48cab269bc3d44e7aa5c09ce55b540 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 1 Jul 2021 15:25:32 +0900 Subject: [PATCH] (insert-char-attributes): Format `ideographic-structure@apparent/leftmost' with the same format as `ideographic-structure'. --- 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 83806c2..163c85e 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1425,6 +1425,7 @@ ) ((or (eq name 'ideographic-structure) (eq name 'ideographic-structure@apparent) + (eq name 'ideographic-structure@apparent/leftmost) (eq name 'ideographic-combination) ;; (eq name 'ideographic-) (eq name '=decomposition) -- 1.7.10.4