From e3eb610a2f91d9f78df995a774e3c7753cc2a985 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 23 Sep 2002 18:03:07 +0000 Subject: [PATCH] (write-ideograph-radical-char-data): Don't use `char-db-update-comment'. --- lisp/utf-2000/ideograph-util.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/utf-2000/ideograph-util.el b/lisp/utf-2000/ideograph-util.el index 8c236af..453e6cb 100644 --- a/lisp/utf-2000/ideograph-util.el +++ b/lisp/utf-2000/ideograph-util.el @@ -289,7 +289,6 @@ 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) ))) -- 1.7.10.4