From: tomo Date: Tue, 9 Apr 2002 03:36:58 +0000 (+0000) Subject: (char-attribute-name<): Modify for new charset-id allocation method X-Git-Tag: r21-2-44-utf-2000-0_18-lazy-n10c~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8f8eba2139bca1aa14d15598c88b035b67347cda;p=chise%2Fxemacs-chise.git.1 (char-attribute-name<): Modify for new charset-id allocation method for private coded-charsets. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 81f60e1..431cfc1 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -1,6 +1,6 @@ ;;; char-db-util.el --- Character Database utility -;; Copyright (C) 1998,1999,2000,2001 MORIOKA Tomohiko. +;; Copyright (C) 1998,1999,2000,2001,2002 MORIOKA Tomohiko. ;; Author: MORIOKA Tomohiko ;; Keywords: UTF-2000, ISO/IEC 10646, Unicode, UCS-4, MULE. @@ -125,7 +125,7 @@ t))) (if (charset-iso-final-char kb) nil - (> (charset-id ka)(charset-id kb))))) + (< (charset-id ka)(charset-id kb))))) ((<= (charset-chars ka)(charset-chars kb))))) (t (< (charset-dimension ka)