From bfea7c176b198f99dd392ac43f5f0bf2f7fd45cb Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 15 Jun 2020 19:47:10 +0900 Subject: [PATCH 1/1] Save `ideographic-structure@apparent'. --- install-ids.el | 1 + 1 file changed, 1 insertion(+) diff --git a/install-ids.el b/install-ids.el index 1713cd9..f310e34 100644 --- a/install-ids.el +++ b/install-ids.el @@ -69,6 +69,7 @@ (princ "Updating char-feature `ideographic-structure'...") (save-char-attribute-table 'ideographic-structure) +(save-char-attribute-table 'ideographic-structure@apparent) (princ "done.\n") (princ "Updating char-feature `ideographic-products'...") -- 1.7.10.4