From a223bbedfff20af86f1ad6f112c4a552a44a63e4 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 18 Jan 2016 16:55:27 +0900 Subject: [PATCH] (char-ucs): Modify for `char-feature'. --- lisp/utf-2000/chise-subr.el | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4