From 1a4a527dfd1a54bc08207ea6f51875a36fca9ba8 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 7 Dec 2001 02:22:50 +0000 Subject: [PATCH] (complex_vars_of_mule_charset): Change DOC-strings and registry of `ideograph-daikanwa'; now it indicates the second revised version. --- src/mule-charset.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/mule-charset.c b/src/mule-charset.c index a2a2b30..88d129f 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -2957,9 +2957,10 @@ complex_vars_of_mule_charset (void) make_charset (LEADING_BYTE_DAIKANWA, Qideograph_daikanwa, 256, 2, 2, 2, 0, CHARSET_LEFT_TO_RIGHT, build_string ("Daikanwa"), - build_string ("Morohashi's Daikanwa"), - build_string ("Daikanwa dictionary by MOROHASHI Tetsuji"), - build_string ("Daikanwa"), + build_string ("Morohashi's Daikanwa Rev.2"), + build_string + ("Daikanwa dictionary (second revised version)"), + build_string ("Daikanwa\\(\\.[0-9]+\\)?-3"), Qnil, MIN_CHAR_DAIKANWA, MAX_CHAR_DAIKANWA, 0, 0); staticpro (&Vcharset_mojikyo); Vcharset_mojikyo = -- 1.7.10.4