emacs-devel
[Top][All Lists]
Advanced

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

Re: Interactive ucs-insert fails in HEAD


From: Stefan Monnier
Subject: Re: Interactive ucs-insert fails in HEAD
Date: Tue, 13 Oct 2009 14:46:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

> And the fix for (2) is this:

> --- print.c.~1.259.~  2009-09-25 21:43:00.000000000 +0900
> +++ print.c   2009-10-13 13:40:36.000000000 +0900
> @@ -1753,7 +1753,7 @@
>         {
>           while (p != end && ((*p >= '0' && *p <= '9')
>                               /* Needed for \2e10.  */
> -                             || *p == 'e'))
> +                             || *p == 'e' || *p == 'E'))
>             p++;
>           confusing = (end == p);
>         }

That's the right fix, thank you,


        Stefan




reply via email to

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