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:
f32651b
)
(Fput_char_attribute): Forgot to `CHECK_CHAR'.
author
tomo
<tomo>
Mon, 15 Nov 1999 15:24:29 +0000
(15:24 +0000)
committer
tomo
<tomo>
Mon, 15 Nov 1999 15:24:29 +0000
(15:24 +0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
b83166d
..
0d6237b
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-529,6
+529,7
@@
Store CHARACTER's ATTRIBUTE with VALUE.
{
Lisp_Object ccs;
+ CHECK_CHAR (character);
ccs = Ffind_charset (attribute);
if (!NILP (ccs))
{