From 6797bde39c52203650064ef8e079af5a9c5f124a Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 15 Nov 1999 15:24:29 +0000 Subject: [PATCH] (Fput_char_attribute): Forgot to `CHECK_CHAR'. --- src/mule-charset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mule-charset.c b/src/mule-charset.c index b83166d..0d6237b 100644 --- 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)) { -- 1.7.10.4