]> git.eshelyaron.com Git - emacs.git/commit
Prefer ?* to hide passwords
authorTino Calancha <tino.calancha@gmail.com>
Sun, 29 Jul 2018 12:21:40 +0000 (21:21 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sun, 29 Jul 2018 12:21:40 +0000 (21:21 +0900)
commitb3f7e73fb76a366dc644ee2e6b9f4897c17d201d
treec77ba17c92d8bc2d4d615946b5b515fad5442896
parentea1cf0960a86bc373cfd4900f46d9fe5e847941e
Prefer ?* to hide passwords

It might be argued that a hidden string is more legible when using
?* as the hidden character instead of ?.
For example, the following strings have the same length:
"......"

"******"

It's slighly easier to visually count the number of characters in the second
string (Bug#32220).

* lisp/subr.el (read-passwd): Prefer ?* as default char instead of ?.
* doc/lispref/minibuf.texi (Reading a Password): Update manual.
; * etc/NEWS (Changes in Emacs 27.1): Announce the change.
doc/lispref/minibuf.texi
etc/NEWS
lisp/subr.el