diff options
author | Noam Postavsky <npostavs@gmail.com> | 2019-05-04 13:20:42 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2019-06-06 19:29:42 -0400 |
commit | a14eb43215b5cbb99175d2b23f582011948b2eaa (patch) | |
tree | a16c15478d57e27456e91012b90cbe2c95f13310 /lisp/international/mule-conf.el | |
parent | 7c26e0b18d0cdf656778d6dd332972b538491d95 (diff) | |
download | emacs-a14eb43215b5cbb99175d2b23f582011948b2eaa.tar.gz |
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.
Diffstat (limited to 'lisp/international/mule-conf.el')
-rw-r--r-- | lisp/international/mule-conf.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index c84dc819d1c..69a505d3066 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 |