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:
c72ddc9
)
(char-db-insert-char-spec): Modify for new behavior of
author
tomo
<tomo>
Fri, 16 Nov 2001 17:31:18 +0000
(17:31 +0000)
committer
tomo
<tomo>
Fri, 16 Nov 2001 17:31:18 +0000
(17:31 +0000)
`charset-iso-final-char'.
lisp/utf-2000/char-db-util.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/char-db-util.el
b/lisp/utf-2000/char-db-util.el
index
2eeb053
..
bc8e6a5
100644
(file)
--- a/
lisp/utf-2000/char-db-util.el
+++ b/
lisp/utf-2000/char-db-util.el
@@
-184,7
+184,7
@@
(split-char char)))
(setq char-spec (list ret))
(dolist (ccs (delq (car ret) (charset-list)))
- (if (or (and (>= (charset-iso-final-char ccs) ?0)
+ (if (or (and (charset-iso-final-char ccs)
(setq ret (get-char-attribute char ccs)))
(eq ccs 'ideograph-daikanwa))
(setq char-spec (cons (cons ccs ret) char-spec))))