From c032115b3c2c5fc74645652865bc726f5a430c98 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 10 May 2012 13:01:40 +0900 Subject: [PATCH] (char-db-insert-ccs-feature): Format `=>>daikanwa/ho' as the same as `=daikanwa/ho'. --- lisp/utf-2000/char-db-util.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 9184e46..459ec59 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1,7 +1,7 @@ ;;; char-db-util.el --- Character Database utility -*- coding: utf-8-er; -*- ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, -;; 2007, 2008, 2009, 2010, 2011 MORIOKA Tomohiko. +;; 2007, 2008, 2009, 2010, 2011, 2012 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: CHISE, Character Database, ISO/IEC 10646, UCS, Unicode, MULE. @@ -485,7 +485,7 @@ ((memq name '(=shinjigen =shinjigen@1ed =shinjigen@rev =shinjigen/+p@rev - =daikanwa/ho)) + =daikanwa/ho =>>daikanwa/ho)) "(%-18s . %04d)\t; %c") ((eq name '=shinjigen@1ed/24pr) "(%-18s . %04d)\t; %c") -- 1.7.10.4