* simple.el (password-word-equivalents): Add "passcode", used for
numeric secrets like PINs or RSA tokens.
This commit is contained in:
parent
16d4c1cdc8
commit
bd6c441893
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2014-12-12 Michael Albinus <michael.albinus@gmx.de>
|
||||||
|
|
||||||
|
* simple.el (password-word-equivalents): Add "passcode", used for
|
||||||
|
numeric secrets like PINs or RSA tokens.
|
||||||
|
|
||||||
2014-12-10 Michael Albinus <michael.albinus@gmx.de>
|
2014-12-10 Michael Albinus <michael.albinus@gmx.de>
|
||||||
|
|
||||||
* net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
|
* net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
|
||||||
|
|
|
@ -2604,7 +2604,7 @@ which is defined in the `warnings' library.\n")
|
||||||
t))
|
t))
|
||||||
|
|
||||||
(defcustom password-word-equivalents
|
(defcustom password-word-equivalents
|
||||||
'("password" "passphrase" "pass phrase"
|
'("password" "passcode" "passphrase" "pass phrase"
|
||||||
; These are sorted according to the GNU en_US locale.
|
; These are sorted according to the GNU en_US locale.
|
||||||
"암호" ; ko
|
"암호" ; ko
|
||||||
"パスワード" ; ja
|
"パスワード" ; ja
|
||||||
|
|
Loading…
Add table
Reference in a new issue