diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2014-12-12 14:09:10 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2014-12-12 14:09:10 +0100 |
commit | bd6c441893b918122cf920a1ecdb820e3a83ec1a (patch) | |
tree | 4048e455d9643fdca6f91e6305aee804d749c550 /lisp/simple.el | |
parent | 16d4c1cdc80528ae996a27deedbd88e79bc502b2 (diff) | |
download | emacs-bd6c441893b918122cf920a1ecdb820e3a83ec1a.tar.gz |
* simple.el (password-word-equivalents): Add "passcode", used for
numeric secrets like PINs or RSA tokens.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |