(mapping-table-read-file): Use `char-feature' instead of
authortomo <tomo>
Mon, 2 Feb 2004 17:46:44 +0000 (17:46 +0000)
committertomo <tomo>
Mon, 2 Feb 2004 17:46:44 +0000 (17:46 +0000)
`get-char-attribute'.

lisp/utf-2000/read-maps.el

index a764315..a72c161 100644 (file)
            (put-char-attribute chr ccs code))
          (when (and ucs-code
                     (not (eq (or (encode-char chr ucs-ccs 'defined-only)
-                                 (get-char-attribute chr '=>ucs))
+                                 (char-feature chr '=>ucs))
                              ucs-code)))
            (put-char-attribute chr ucs-ccs ucs-code))
          (when (and ucs
                                                             =ucs-jis-2000
                                                            ;; ucs-big5
                                                            )))
-                                      (get-char-attribute chr '=>ucs)))
+                                      (char-feature chr '=>ucs)))
                              ucs)))
            (if (or ucs-code (null ucs-ccs))
                (put-char-attribute chr '=>ucs ucs)