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:
08000b7
)
(update-ideograph-radical-table): Add characters specified in
author
tomo
<tomo>
Wed, 25 Feb 2004 07:46:53 +0000
(07:46 +0000)
committer
tomo
<tomo>
Wed, 25 Feb 2004 07:46:53 +0000
(07:46 +0000)
`<-identical' as same as `->denotational'.
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
431f9c9
..
864b918
100644
(file)
--- a/
lisp/utf-2000/ideograph-util.el
+++ b/
lisp/utf-2000/ideograph-util.el
@@
-166,7
+166,9
@@
(map-char-attribute
(lambda (chr radical)
(dolist (char (cons chr
- (get-char-attribute chr '->denotational)))
+ (append
+ (get-char-attribute chr '<-identical)
+ (get-char-attribute chr '->denotational))))
(when (and radical
(eq radical
(char-ideographic-radical char radical))