]> git.eshelyaron.com Git - emacs.git/commitdiff
Add "pin" to password-word-equivalents (Bug#35523)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 4 May 2019 17:20:42 +0000 (13:20 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 6 Jun 2019 23:29:42 +0000 (19:29 -0400)
* 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
test/lisp/comint-tests.el

index c84dc819d1c2c4082464ebd5996629c36a240d6b..69a505d3066df394c18ffc164a4d5a2f801ad247 100644 (file)
@@ -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
index 0d2d648bbaeb5710b79926102fc3dc83156634f9..09f10879f9b806a3e67cce124391415e02a0fef5 100644 (file)
@@ -37,6 +37,7 @@
     "Passphrase for key root@GNU.ORG: " ; 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)