emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 bd6c441: * simple.el (password-word-equivalents):


From: Michael Albinus
Subject: [Emacs-diffs] emacs-24 bd6c441: * simple.el (password-word-equivalents): Add "passcode", used for
Date: Fri, 12 Dec 2014 17:57:07 +0000

branch: emacs-24
commit bd6c441893b918122cf920a1ecdb820e3a83ec1a
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * simple.el (password-word-equivalents): Add "passcode", used for
    numeric secrets like PINs or RSA tokens.
---
 lisp/ChangeLog |    5 +++++
 lisp/simple.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 116317b..4be07b5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-12-12  Michael Albinus  <address@hidden>
+
+       * simple.el (password-word-equivalents): Add "passcode", used for
+       numeric secrets like PINs or RSA tokens.
+
 2014-12-10  Michael Albinus  <address@hidden>
 
        * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
diff --git a/lisp/simple.el b/lisp/simple.el
index b8b1579..c3a8a2d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]