From: tomo Date: Mon, 23 Jul 2001 08:15:50 +0000 (+0000) Subject: (Fdecode_char): Fixed. X-Git-Tag: r21-2-38-utf-2000-0_17-1~260 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8c0105709fffca52128d42f765a8fb67eaeec77c;p=chise%2Fxemacs-chise.git.1 (Fdecode_char): Fixed. --- diff --git a/src/mule-charset.c b/src/mule-charset.c index 43e1e0f..832911a 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -3163,7 +3163,7 @@ Make a character from CHARSET and code-point CODE. if (XCHARSET_GRAPHIC (charset) == 1) c &= 0x7F7F7F7F; c = DECODE_CHAR (charset, c); - return c ? make_char (c) : Qnil; + return c >= 0 ? make_char (c) : Qnil; } DEFUN ("decode-builtin-char", Fdecode_builtin_char, 2, 2, 0, /*