From: tomo Date: Sun, 9 Mar 2003 16:55:09 +0000 (+0000) Subject: (mapping-table-read-file): Use `=ucs' instead of `ucs'; use X-Git-Tag: r21-4-11-chise-0_20-=ucs~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ad3da472b2bec9cd1796e86b9f09a18e270d4ce2;p=chise%2Fxemacs-chise.git (mapping-table-read-file): Use `=ucs' instead of `ucs'; use `encode-char' instead of `get-char-attribute' for it. --- diff --git a/lisp/utf-2000/read-maps.el b/lisp/utf-2000/read-maps.el index 46f9d8c..99751af 100644 --- a/lisp/utf-2000/read-maps.el +++ b/lisp/utf-2000/read-maps.el @@ -116,7 +116,7 @@ ucs-code))) (put-char-attribute chr ucs-ccs ucs-code)) (when (and ucs - (not (eq (or (get-char-attribute chr 'ucs) + (not (eq (or (encode-char chr '=ucs 'defined-only) (and (not (eq ucs-ccs 'ucs-jis)) (get-char-attribute chr '=>ucs))) ucs)))