X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2Fchise-subr.el;h=c6e968c31bb4de6f02f4d91706e753c67a6292b3;hb=6e19fc71f6c7c22ecc2b1230aed517ad7f756739;hp=224fa84de6dd6cd4d5807b798579bcd78ef5f6fe;hpb=d8a3ca6cd55fd96f3a8f2b0f26ac9493b6d8f8c6;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/utf-2000/chise-subr.el b/lisp/utf-2000/chise-subr.el index 224fa84..c6e968c 100644 --- a/lisp/utf-2000/chise-subr.el +++ b/lisp/utf-2000/chise-subr.el @@ -217,6 +217,7 @@ (defun char-ucs (char) "Return code-point of UCS." (or (encode-char char '=ucs 'defined-only) + (char-feature char '=ucs) (char-feature char '=>ucs))) ;;;###autoload