projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d829dbd
)
(write-ideograph-radical-char-data): Don't use
author
tomo
<tomo>
Mon, 23 Sep 2002 18:03:07 +0000
(18:03 +0000)
committer
tomo
<tomo>
Mon, 23 Sep 2002 18:03:07 +0000
(18:03 +0000)
`char-db-update-comment'.
lisp/utf-2000/ideograph-util.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/ideograph-util.el
b/lisp/utf-2000/ideograph-util.el
index
8c236af
..
453e6cb
100644
(file)
--- 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)
)))