emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a14eb43: Add "pin" to password-word-equivalents (Bu


From: Noam Postavsky
Subject: [Emacs-diffs] master a14eb43: Add "pin" to password-word-equivalents (Bug#35523)
Date: Thu, 6 Jun 2019 19:30:25 -0400 (EDT)

branch: master
commit a14eb43215b5cbb99175d2b23f582011948b2eaa
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Add "pin" to password-word-equivalents (Bug#35523)
    
    * lisp/international/mule-conf.el (password-word-equivalents): Add "pin".
    * test/lisp/comint-tests.el (comint-testsuite-password-strings): Add
    test case.
---
 lisp/international/mule-conf.el | 4 ++--
 test/lisp/comint-tests.el       | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index c84dc81..69a505d 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -1585,7 +1585,7 @@ for decoding and encoding files, process I/O, etc."
 (aset latin-extra-code-table ?\226 t)
 
 (defcustom password-word-equivalents
-  '("password" "passcode" "passphrase" "pass phrase"
+  '("password" "passcode" "passphrase" "pass phrase" "pin"
     ; These are sorted according to the GNU en_US locale.
     "암호"               ; ko
     "パスワード"    ; ja
@@ -1636,7 +1636,7 @@ password prompts, including prompts in languages other 
than
 English.  Different case choices should not be assumed to be
 included; callers should bind `case-fold-search' to t."
   :type '(repeat string)
-  :version "24.4"
+  :version "27.1"
   :group 'processes)
 
 ;; The old code-pages library is obsoleted by coding systems based on
diff --git a/test/lisp/comint-tests.el b/test/lisp/comint-tests.el
index 0d2d648..09f1087 100644
--- a/test/lisp/comint-tests.el
+++ b/test/lisp/comint-tests.el
@@ -37,6 +37,7 @@
     "Passphrase for key address@hidden: " ; plink
     "[sudo] password for user:" ; Ubuntu sudo
     "[sudo] user 的密码:" ; localized
+    "PIN for user:"        ; Bug#35523
     "Password (again):"
     "Enter password:"
     "Enter Auth Password:" ; OpenVPN (Bug#35724)



reply via email to

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