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:
aa91d55
)
(Fput_char_attribute): Accept nil as a value of CCS-feature [it means
author
tomo
<tomo>
Fri, 22 Jul 2011 16:32:58 +0000
(16:32 +0000)
committer
tomo
<tomo>
Fri, 22 Jul 2011 16:32:58 +0000
(16:32 +0000)
that specified object does not have code-point of the CCS-feature].
src/chartab.c
patch
|
blob
|
history
diff --git
a/src/chartab.c
b/src/chartab.c
index
b97f39d
..
7967606
100644
(file)
--- a/
src/chartab.c
+++ b/
src/chartab.c
@@
-3568,7
+3568,8
@@
Store CHARACTER's ATTRIBUTE with VALUE.
if (!NILP (ccs))
{
- value = put_char_ccs_code_point (character, ccs, value);
+ if ( !NILP (value) )
+ value = put_char_ccs_code_point (character, ccs, value);
attribute = XCHARSET_NAME (ccs);
}
else if (