From: Vivek Dasmohapatra Date: Wed, 11 Apr 2012 13:43:03 +0000 (+0200) Subject: (erc-nickserv-passwords): Don't display the password. X-Git-Tag: emacs-24.2.90~471^2~364^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68d32a51288222bb960ef1e593afb367327d37d4;p=emacs.git (erc-nickserv-passwords): Don't display the password. Fixes: debbugs:4459 --- diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 649ab7f3fc2..06c6d42ed39 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,8 @@ +2012-04-11 Vivek Dasmohapatra + + * erc-services.el (erc-nickserv-passwords): Don't display the + password (bug#4459). + 2012-04-10 Lars Magne Ingebrigtsen * erc-join.el (erc-server-join-channel): New function to look up diff --git a/lisp/erc/erc-services.el b/lisp/erc/erc-services.el index 66eb341b47a..5986d81efed 100644 --- a/lisp/erc/erc-services.el +++ b/lisp/erc/erc-services.el @@ -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: