Variable: password-colon-equivalents
password-colon-equivalents is a customizable variable defined in
mule-conf.el.gz.
Value
(58 65306 65109 65043 6102)
Documentation
List of characters equivalent to trailing colon in "password" prompts.
This variable was added, or its default value changed, in Emacs 30.1.
Aliases
tramp-compat-password-colon-equivalents
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule-conf.el.gz
;; (describe-char-fold-equivalences ?:)
;; The last entry is taken from history.
(defcustom password-colon-equivalents
'(?\u003a ; ?\N{COLON}
?\uff1a ; ?\N{FULLWIDTH COLON}
?\ufe55 ; ?\N{SMALL COLON}
?\ufe13 ; ?\N{PRESENTATION FORM FOR VERTICAL COLON}
?\u17d6 ; ?\N{KHMER SIGN CAMNUC PII KUUH}
)
"List of characters equivalent to trailing colon in \"password\" prompts."
:type '(repeat character)
:version "30.1"
:group 'processes)