From: tomo Date: Mon, 23 Sep 2002 03:43:43 +0000 (+0000) Subject: (char-ucs): Don't refer `->ucs'. X-Git-Tag: r21-4-6-utf-2000-0_19-cr~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e6743d1a47e4672b7bde1f98710ff893e16d81f6;p=chise%2Fxemacs-chise.git (char-ucs): Don't refer `->ucs'. --- diff --git a/lisp/utf-2000/ideograph-util.el b/lisp/utf-2000/ideograph-util.el index 7044aa9..8c236af 100644 --- a/lisp/utf-2000/ideograph-util.el +++ b/lisp/utf-2000/ideograph-util.el @@ -236,8 +236,7 @@ ;;;###autoload (defun char-ucs (char) (or (get-char-attribute char 'ucs) - (get-char-attribute char '=>ucs) - (get-char-attribute char '->ucs))) + (get-char-attribute char '=>ucs))) (defun char-id (char) (logand (char-int char) #x3FFFFFFF))