From 3a520cc8bd02999516d3d6e2d40c6858793a30e0 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 8 Jun 2020 18:24:01 +0900 Subject: [PATCH] (insert-char-attributes): Format `ideographic-structure@apparent' 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 dfd1797..d95c2a7 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1400,6 +1400,7 @@ )) ) ((or (eq name 'ideographic-structure) + (eq name 'ideographic-structure@apparent) (eq name 'ideographic-combination) ;; (eq name 'ideographic-) (eq name '=decomposition) -- 1.7.10.4