From: Michael Albinus Date: Fri, 12 Dec 2014 13:09:10 +0000 (+0100) Subject: * simple.el (password-word-equivalents): Add "passcode", used for X-Git-Tag: emacs-24.4.90~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd6c441;p=emacs.git * simple.el (password-word-equivalents): Add "passcode", used for numeric secrets like PINs or RSA tokens. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 116317bc30c..4be07b5921c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-12-12 Michael Albinus + + * simple.el (password-word-equivalents): Add "passcode", used for + numeric secrets like PINs or RSA tokens. + 2014-12-10 Michael Albinus * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in diff --git a/lisp/simple.el b/lisp/simple.el index b8b15796a26..c3a8a2d174a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2604,7 +2604,7 @@ which is defined in the `warnings' library.\n") t)) (defcustom password-word-equivalents - '("password" "passphrase" "pass phrase" + '("password" "passcode" "passphrase" "pass phrase" ; These are sorted according to the GNU en_US locale. "암호" ; ko "パスワード" ; ja