(chinese-traditionalize-string): Use `<-simplified@CN' instead of
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 20 Nov 2013 02:41:26 +0000 (11:41 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 20 Nov 2013 02:41:26 +0000 (11:41 +0900)
`<-simplified'.

ideo-trans.el

index e4f8998..3c8087b 100644 (file)
     (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)))