From 4974caddc5c0e65b5155344b7ddfa60107991c02 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 17 Jan 2022 02:09:40 +0900 Subject: [PATCH] Mount `=hdic-ktb-entry-id', `hdic-ktb-description', `hdic-ktb-type', `hdic-ktb-diff', `hdic-ktb-syp-id', `hdic-ktb-yy-id', `<-same@SYP/KTB' and `->same@SYP/KTB'. --- cwiki-common.el | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cwiki-common.el b/cwiki-common.el index d260b43..0e1f7c5 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -66,7 +66,15 @@ (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-syp-description) +(mount-char-attribute-table 'hdic-ktb-description) +(mount-char-attribute-table 'hdic-ktb-type) +(mount-char-attribute-table 'hdic-ktb-diff) +(mount-char-attribute-table 'hdic-ktb-syp-id) +(mount-char-attribute-table 'hdic-ktb-yy-id) +(mount-char-attribute-table '<-same@SYP/KTB) +(mount-char-attribute-table '->same@SYP/KTB) (defvar est-hide-cgi-mode nil) (defvar est-view-url-prefix "..") -- 1.7.10.4