(char-attribute-name<): Put `->FOO' into the last place before
authortomo <tomo>
Fri, 12 Aug 2005 10:49:17 +0000 (10:49 +0000)
committertomo <tomo>
Fri, 12 Aug 2005 10:49:17 +0000 (10:49 +0000)
`->subsumptive' and `->denotational'.

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

index bbccc1e..17049aa 100644 (file)
     nil)
    ((eq '->subsumptive ka)
     nil)
+   ((and (symbolp ka)
+        (string-match "^->" (symbol-name ka)))
+    (cond ((and (symbolp kb)
+               (string-match "^->" (symbol-name kb)))
+          (string< (symbol-name ka)
+                   (symbol-name kb))
+          ))
+    )
+   ((and (symbolp kb)
+        (string-match "^->" (symbol-name kb)))
+    t)
    ((find-charset ka)
     (if (find-charset kb)
        (if (<= (charset-id ka) 1)