(Fput_char_attribute): Forgot to `CHECK_CHAR'.
authortomo <tomo>
Mon, 15 Nov 1999 15:24:29 +0000 (15:24 +0000)
committertomo <tomo>
Mon, 15 Nov 1999 15:24:29 +0000 (15:24 +0000)
src/mule-charset.c

index b83166d..0d6237b 100644 (file)
@@ -529,6 +529,7 @@ Store CHARACTER's ATTRIBUTE with VALUE.
 {
   Lisp_Object ccs;
 
+  CHECK_CHAR (character);
   ccs = Ffind_charset (attribute);
   if (!NILP (ccs))
     {