From df2fa617d25de8d6ccae25b062f2b973e2d95113 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 29 Sep 2018 14:54:03 +0900 Subject: [PATCH] Mount `{->|<-}HNG@{CN|JP}/{manuscript|printed}' and `{->|<-}HNG@{KR|MISC}'. --- cwiki-common.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cwiki-common.el b/cwiki-common.el index e1b28b8..9817062 100644 --- a/cwiki-common.el +++ b/cwiki-common.el @@ -43,6 +43,18 @@ (mount-char-attribute-table '->HNG) (mount-char-attribute-table '<-HNG) +(mount-char-attribute-table '->HNG@CN/manuscript) +(mount-char-attribute-table '<-HNG@CN/manuscript) +(mount-char-attribute-table '->HNG@CN/printed) +(mount-char-attribute-table '<-HNG@CN/printed) +(mount-char-attribute-table '->HNG@JP/manuscript) +(mount-char-attribute-table '<-HNG@JP/manuscript) +(mount-char-attribute-table '->HNG@JP/printed) +(mount-char-attribute-table '<-HNG@JP/printed) +(mount-char-attribute-table '->HNG@KR) +(mount-char-attribute-table '<-HNG@KR) +(mount-char-attribute-table '->HNG@MISC) +(mount-char-attribute-table '<-HNG@MISC) (defvar est-hide-cgi-mode nil) -- 1.7.10.4