From 9532b86e4409ec1bce0298a98b2136cc20bcd44d Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 1 Feb 2016 14:42:56 +0900 Subject: [PATCH] (char-db-insert-ccs-feature): Add setting for `==hanyo-denshi/tk'. --- lisp/utf-2000/char-db-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index ca5e3a7..8cfe10a 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -716,7 +716,7 @@ =mj ==mj ===mj =>>mj =>mj =zihai mojikyo)) "(%-18s . %06d)\t; %c") - ((memq name '(=hanyo-denshi/tk)) + ((memq name '(=hanyo-denshi/tk ==hanyo-denshi/tk)) "(%-18s . %08d)\t; %c") ((>= (charset-dimension name) 2) "(%-18s . #x%04X)\t; %c") -- 1.7.10.4