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:
a9096ec
)
(char-ucs): Don't refer `->ucs'.
author
tomo
<tomo>
Mon, 23 Sep 2002 03:43:43 +0000
(
03:43
+0000)
committer
tomo
<tomo>
Mon, 23 Sep 2002 03:43:43 +0000
(
03:43
+0000)
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
7044aa9
..
8c236af
100644
(file)
--- a/
lisp/utf-2000/ideograph-util.el
+++ b/
lisp/utf-2000/ideograph-util.el
@@
-236,8
+236,7
@@
;;;###autoload
(defun char-ucs (char)
(or (get-char-attribute char 'ucs)
- (get-char-attribute char '=>ucs)
- (get-char-attribute char '->ucs)))
+ (get-char-attribute char '=>ucs)))
(defun char-id (char)
(logand (char-int char) #x3FFFFFFF))