emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: char-to-string


From: ShengHuo ZHU
Subject: Re: char-to-string
Date: 09 Feb 2001 01:16:11 -0500
User-agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.98

Kenichi Handa <address@hidden> writes:

> +   for (i = 0; i < n; i++)
> +     {
>         c = XINT (args[i]);
> !       if (multibyte)
> !     p += CHAR_STRING (c, p);
> !       else
> !     *p++ += c;
             ^ I believe this is a typo. 

I've checked in the fix.

ShengHuo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]