Sync up with r21-4-11-chise-0_21-=ks-x1001.
[chise/xemacs-chise.git-] / lisp / utf-2000 / ad-hoc-cdp.el
index edf88b2..6b6664c 100644 (file)
@@ -3,10 +3,10 @@
       ret)
   (while (<= ucs #xF848)
     (setq chr (decode-char 'ucs ucs))
-    (when (setq big5 (get-char-attribute chr 'chinese-big5-pua))
-      (when (setq chr (decode-char 'chinese-big5-cdp big5))
-       (unless (get-char-attribute chr 'chinese-big5-cdp)
-         (put-char-attribute chr 'chinese-big5-cdp big5))))
+    (when (setq big5 (get-char-attribute chr '=big5-pua))
+      (when (setq chr (decode-char '=big5-cdp big5))
+       (unless (get-char-attribute chr '=big5-cdp)
+         (put-char-attribute chr '=big5-cdp big5))))
     (setq ucs (1+ ucs))))
 
 ;; (map-char-attribute
@@ -15,4 +15,4 @@
 ;;             (get-char-attribute ch 'chinese-big5))
 ;;        (remove-char-attribute ch 'chinese-big5))
 ;;    nil)
-;;  'chinese-big5-cdp)
+;;  '=big5-cdp)