]> git.eshelyaron.com Git - emacs.git/commitdiff
(erc-nickserv-passwords): Don't display the password.
authorVivek Dasmohapatra <vivek@etla.org>
Wed, 11 Apr 2012 13:43:03 +0000 (15:43 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Wed, 11 Apr 2012 13:43:03 +0000 (15:43 +0200)
Fixes: debbugs:4459
lisp/erc/ChangeLog
lisp/erc/erc-services.el

index 649ab7f3fc2a0df951e619b3f43c197550cc9d39..06c6d42ed39dbc8cb27806c29ef04cdf190267dc 100644 (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
index 66eb341b47aaa36dfad0f3c59d7026e07541f606..5986d81efed234511975a7f4e01b4d0ab6401d59 100644 (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: