emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Euro sign bound, Pound sign not bound. (Bug?)


From: Stefan Monnier
Subject: Re: Euro sign bound, Pound sign not bound. (Bug?)
Date: Mon, 07 May 2007 16:59:06 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

>> -      if (INTEGERP (c) && XINT (c) & 0x80 && STRINGP (key))
>> +      if (STRINGP (key) && XINT (c) & 0x8 && !STRING_MULTIBYTE (key))

> Shouldn't that be 0x80 ?

Is that a trick question?  I see Andreas fix it already.


        Stefan




reply via email to

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