projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb38249
)
(char-ucs): Modify for `char-feature'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 18 Jan 2016 07:55:27 +0000
(16:55 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 18 Jan 2016 07:55:27 +0000
(16:55 +0900)
lisp/utf-2000/chise-subr.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/chise-subr.el
b/lisp/utf-2000/chise-subr.el
index
224fa84
..
c6e968c
100644
(file)
--- 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