projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f76a7
)
(char-daikanwa): Use `<-subsumptive' instead of `<-unified'.
author
tomo
<tomo>
Thu, 5 Feb 2004 16:19:57 +0000
(16:19 +0000)
committer
tomo
<tomo>
Thu, 5 Feb 2004 16:19:57 +0000
(16:19 +0000)
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
cc2a6f1
..
6676fa6
100644
(file)
--- a/
lisp/utf-2000/ideograph-util.el
+++ b/
lisp/utf-2000/ideograph-util.el
@@
-303,7
+303,7
@@
(encode-char char '=daikanwa-rev2 'defined-only)
(let ((ret (char-feature char '=>daikanwa)))
(and ret
- (if (or (get-char-attribute char '<-unified)
+ (if (or (get-char-attribute char '<-subsumptive)
(get-char-attribute char '<-denotational))
(list ret 0)
ret)))