From: MORIOKA Tomohiko Date: Wed, 19 Jan 2022 14:24:59 +0000 (+0900) Subject: - Mount `hdic-tsj-word-id' instead of `=hdic-tsj-entry-id'. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e18a9a0538c1f349d1ffe89208c6188e8d3363;p=chise%2Fest.git - Mount `hdic-tsj-word-id' instead of `=hdic-tsj-entry-id'. - Mount `hdic-tsj-word', `hdic-tsj-word-description' and `hdic-tsj-word-remarks'. --- diff --git a/cwiki-common.el b/cwiki-common.el index 6a968ba..aad28dd 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -63,10 +63,13 @@ (mount-char-attribute-table 'abstract-glyph@iwds-1) (mount-char-attribute-table 'abstract-glyph@iwds-1/confluented) -(mount-char-attribute-table '=hdic-tsj-entry-id) (mount-char-attribute-table '=hdic-tsj-glyph-id) (mount-char-attribute-table '=hdic-syp-entry-id) (mount-char-attribute-table '=hdic-ktb-entry-id) +(mount-char-attribute-table 'hdic-tsj-word-id) +(mount-char-attribute-table 'hdic-tsj-word) +(mount-char-attribute-table 'hdic-tsj-word-description) +(mount-char-attribute-table 'hdic-tsj-word-remarks) (mount-char-attribute-table 'hdic-syp-description) (mount-char-attribute-table 'hdic-ktb-description) (mount-char-attribute-table 'hdic-ktb-entry-type)