mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
* 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
@ -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>
|
||||
|
||||
* 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))
|
||||
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user