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: Stefan Monnier
Subject: Re: Possible emacs bug when type password fields
Date: Wed, 06 May 2009 10:25:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

>> --- 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.


        Stefan




reply via email to

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