emacs-devel
[Top][All Lists]
Advanced

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

Re: Possible emacs bug when type password fields


From: Andreas Schwab
Subject: Re: Possible emacs bug when type password fields
Date: Wed, 06 May 2009 17:08:31 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>>> --- lisp/subr.el    2009-05-02 00:32:01 +0000
>>> +++ lisp/subr.el    2009-05-06 01:21:02 +0000
>>> @@ -1997,10 +1997,11 @@
>>> (and (arrayp pass) (clear-string pass))
>>> (setq pass new-pass))))
>>> ((not (numberp c)))
>>> -           ((= c ?\C-u) ; kill line
>>> +           ((eq c ?\C-u) ; kill line
>
>> That should not make a difference, since c is guaranteed to be a number
>> here.
>
> That's the thing: by changing red-char into read-key (done by the
> previous patch), it is not guaranteed any more.

Look closer.  The preceeding clause catches all non-numberp cases.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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