projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99aebf6
)
(char-ucs): Use `=ucs' instead of `ucs'; use `encode-char' instead of
author
tomo
<tomo>
Sun, 9 Mar 2003 17:03:21 +0000
(17:03 +0000)
committer
tomo
<tomo>
Sun, 9 Mar 2003 17:03:21 +0000
(17:03 +0000)
`get-char-attribute' for it.
lisp/utf-2000/ideograph-util.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/ideograph-util.el
b/lisp/utf-2000/ideograph-util.el
index
73fcba8
..
e176fd9
100644
(file)
--- a/
lisp/utf-2000/ideograph-util.el
+++ b/
lisp/utf-2000/ideograph-util.el
@@
-236,7
+236,7
@@
;;;###autoload
(defun char-ucs (char)
- (or (get-char-attribute char 'ucs)
+ (or (encode-char char '=ucs 'defined-only)
(get-char-attribute char '=>ucs)))
(defun char-id (char)