From 0746fb4bcfd8dec04f87a34aca6b2af33785417e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 5 Oct 2018 16:36:56 +0900 Subject: [PATCH] (char-db-dump): Call `char-db-dump-shuowen'. --- char-db-dump.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/char-db-dump.el b/char-db-dump.el index 81b6413..a314fe4 100644 --- a/char-db-dump.el +++ b/char-db-dump.el @@ -1,6 +1,6 @@ ;;; char-db-dump.el --- Dump utility of char-spec files -;; Copyright (C) 2002,2003,2004,2005,2010 MORIOKA Tomohiko +;; Copyright (C) 2002,2003,2004,2005,2010,2018 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko ;; Keywords: Ideographs, Character Database, CHISE, UCS, Unicode @@ -214,6 +214,7 @@ (char-db-dump-ideographs directory) (char-db-dump-non-ideographs directory) (char-db-dump-oracle-bones directory) + (char-db-dump-shuowen directory) (char-db-dump-ruimoku6 directory) (char-db-dump-additional-precomposed directory)) -- 1.7.10.4