projects
/
chise
/
ids.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99f1c22
)
(iddef-read-buffer): Don't add `ideographic-structure' into a
author
tomo
<tomo>
Tue, 18 Dec 2001 11:26:15 +0000
(11:26 +0000)
committer
tomo
<tomo>
Tue, 18 Dec 2001 11:26:15 +0000
(11:26 +0000)
character specified in `->same-ideograph' or `->identical' if the
character has `ucs'.
iddef.el
patch
|
blob
|
history
diff --git
a/iddef.el
b/iddef.el
index
b49b19f
..
4219b4a
100644
(file)
--- a/
iddef.el
+++ b/
iddef.el
@@
-81,7
+81,8
@@
(find-char (plist-get ref :char)))
(t
(find-char ref))))
- (put-char-attribute ret 'ideographic-structure struct)))
+ (unless (get-char-attribute ret 'ucs)
+ (put-char-attribute ret 'ideographic-structure struct))))
)))))
;;;###autoload