projects
/
chise
/
tomoyo-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5913f
)
(chinese-traditionalize-string): Use `<-simplified@CN' instead of
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 20 Nov 2013 02:41:26 +0000
(11:41 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 20 Nov 2013 02:41:26 +0000
(11:41 +0900)
`<-simplified'.
ideo-trans.el
patch
|
blob
|
history
diff --git
a/ideo-trans.el
b/ideo-trans.el
index
e4f8998
..
3c8087b
100644
(file)
--- a/
ideo-trans.el
+++ b/
ideo-trans.el
@@
-215,7
+215,7
@@
(mapconcat
(lambda (chr)
(char-to-string
- (cond ((car (char-feature chr '<-simplified))
+ (cond ((car (setq ret (char-feature chr '<-simplified@CN)))
(if (cdr ret)
(funcall selector ret)
(car ret)))