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:
1e352ea
)
(char-daikanwa): Return '(num -10) instead of '(num 0 8) when value of
author
tomo
<tomo>
Wed, 4 Aug 2010 11:41:10 +0000
(11:41 +0000)
committer
tomo
<tomo>
Wed, 4 Aug 2010 11:41:10 +0000
(11:41 +0000)
feature `=>daikanwa' is num.
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
4f0021b
..
9608e52
100644
(file)
--- a/
lisp/utf-2000/ideograph-util.el
+++ b/
lisp/utf-2000/ideograph-util.el
@@
-289,8
+289,8
@@
ret))
(and (setq ret (get-char-attribute char '=>daikanwa))
(if (numberp ret)
- (list ret 0 8)
- (append ret '(8))))
+ (list ret -10)
+ (append ret '(-10))))
(unless (memq char checked)
(unless depth
(setq depth 0))