From: tomo Date: Fri, 2 Sep 2005 11:56:12 +0000 (+0000) Subject: (char-db-dump-additional-precomposed): Use `=decomposition' instead of X-Git-Tag: chise-base-0_23~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=inline;h=956ca6b8d5e52d9be3de93bc282933ec726cd33c;p=chise%2Ftomoyo-tools.git (char-db-dump-additional-precomposed): Use `=decomposition' instead of `->decomposition'. --- diff --git a/char-db-dump.el b/char-db-dump.el index 28de4a5..d7bdd5f 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 MORIOKA Tomohiko +;; Copyright (C) 2002,2003,2004,2005 MORIOKA Tomohiko ;; Author: MORIOKA Tomohiko ;; Keywords: Ideographs, Character Database, CHISE, UCS, Unicode @@ -182,7 +182,7 @@ (unless (char-ucs char) (insert-char-data char))) nil) - '->decomposition) + '=decomposition) (write-region (point-min)(point-max) (expand-file-name "additional-precomposed.el" directory)))))