(insert-char-attributes): Ignore `->same' instead of `<-same' if it
authortomo <tomo>
Sat, 24 Jul 2004 08:15:26 +0000 (08:15 +0000)
committertomo <tomo>
Sat, 24 Jul 2004 08:15:26 +0000 (08:15 +0000)
does not have `*sources'.

lisp/utf-2000/char-db-util.el

index b87dea3..84b6a98 100644 (file)
     (unless readable
       (dolist (ignored '(composition
                         ->denotational <-subsumptive ->ucs-unified
-                        ->ideographic-component-forms
-                        <-same))
+                        ->ideographic-component-forms))
        (setq attributes (delq ignored attributes))))
     ;; (setq rest ccs-attributes)
     ;; (while (and rest
                      (not (string-match "\\*sources$" (symbol-name name)))
                      (or (eq name '<-identical)
                          (string-match "^->simplified" (symbol-name name))
-                         (string-match "^<-same" (symbol-name name))
+                          ;; (string-match "^<-same" (symbol-name name))
+                         (string-match "^->same" (symbol-name name))
+                          ;; (string-match "^->ideographic-same" (symbol-name name))
                          (string-match "^->vulgar" (symbol-name name))
                          (string-match "^->wrong" (symbol-name name))
                          (string-match "^->original" (symbol-name name))