(char-ucs): Modify for `char-feature'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 18 Jan 2016 07:55:27 +0000 (16:55 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 18 Jan 2016 07:55:27 +0000 (16:55 +0900)
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