update.
[chise/xemacs-chise.git.1] / lisp / utf-2000 / chise-subr.el
index 224fa84..c6e968c 100644 (file)
 (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