(write-ideograph-radical-char-data): Don't use
authortomo <tomo>
Mon, 23 Sep 2002 18:03:07 +0000 (18:03 +0000)
committertomo <tomo>
Mon, 23 Sep 2002 18:03:07 +0000 (18:03 +0000)
`char-db-update-comment'.

lisp/utf-2000/ideograph-util.el

index 8c236af..453e6cb 100644 (file)
               file))))
   (with-temp-buffer
     (insert-ideograph-radical-char-data radical)
-    (char-db-update-comment)
     (let ((coding-system-for-write 'utf-8))
       (write-region (point-min)(point-max) file)
       )))