(char-db-dump-additional-precomposed): Use `=decomposition' instead of
authortomo <tomo>
Fri, 2 Sep 2005 11:56:12 +0000 (11:56 +0000)
committertomo <tomo>
Fri, 2 Sep 2005 11:56:12 +0000 (11:56 +0000)
`->decomposition'.

char-db-dump.el

index 28de4a5..d7bdd5f 100644 (file)
@@ -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 <tomo@kanji.zinbun.kyoto-u.ac.jp>
 ;; Keywords: Ideographs, Character Database, CHISE, UCS, Unicode
           (unless (char-ucs char)
             (insert-char-data char)))
         nil)
-       '->decomposition)
+       '=decomposition)
       (write-region (point-min)(point-max)
                    (expand-file-name
                     "additional-precomposed.el" directory)))))