1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(erc-nickserv-passwords): Don't display the password.

Fixes: debbugs:4459
This commit is contained in:
Vivek Dasmohapatra 2012-04-11 15:43:03 +02:00 committed by Lars Magne Ingebrigtsen
parent ac3cf14a97
commit 68d32a5128
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-04-11 Vivek Dasmohapatra <vivek@etla.org>
* erc-services.el (erc-nickserv-passwords): Don't display the
password (bug#4459).
2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* erc-join.el (erc-server-join-channel): New function to look up

View File

@ -195,7 +195,8 @@ Example of use:
(repeat :tag "Nickname and password"
(cons :tag "Identity"
(string :tag "Nick")
(string :tag "Password"))))))
(string :tag "Password"
:secret ?*))))))
;; Variables: