From: tomo Date: Mon, 9 Jul 2001 10:39:43 +0000 (+0000) Subject: (char-attribute-name<): Fix problem when comparing two private X-Git-Tag: r21-2-38-utf-2000-0_17-1~380 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fe737536ad4a328e2781c2b2b74793d3d3e7d1f8;p=chise%2Fxemacs-chise.git.1 (char-attribute-name<): Fix problem when comparing two private coded-charsets. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 133fdfe..4266da8 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -93,7 +93,10 @@ ((>= (charset-iso-final-char kb) ?0) (< (charset-iso-final-char ka) (charset-iso-final-char kb))) - (t))))) + (t))) + (t (if (>= (charset-iso-final-char kb) ?0) + nil + (> (charset-id ka)(charset-id kb)))))) ((<= (charset-chars ka)(charset-chars kb))))) (t (< (charset-dimension ka)