(insert-ideograph-radical-char-data): Specify optional argument
authortomo <tomo>
Thu, 4 Jul 2002 16:48:43 +0000 (16:48 +0000)
committertomo <tomo>
Thu, 4 Jul 2002 16:48:43 +0000 (16:48 +0000)
`radical' of `ideograph-char<' instead of bind `ideographic-radical'.

lisp/utf-2000/ideograph-util.el

index 423321e..1bb7c38 100644 (file)
      '(> > > >))))
 
 (defun insert-ideograph-radical-char-data (radical)
-  (let* ((ideographic-radical radical)
-        (chars
-         (sort (copy-list (aref ideograph-radical-chars-vector radical))
-               (function ideograph-char<)))
-        attributes ccss)
+  (let ((chars
+        (sort (copy-list (aref ideograph-radical-chars-vector radical))
+              (lambda (a b)
+                (ideograph-char< a b radical))))
+       attributes ccss)
     (dolist (name (char-attribute-list))
       (unless (memq name char-db-ignored-attributes)
        (if (find-charset name)