diff options
author | Francesco Potortì <pot@gnu.org> | 2001-10-17 15:38:45 +0000 |
---|---|---|
committer | Francesco Potortì <pot@gnu.org> | 2001-10-17 15:38:45 +0000 |
commit | 5889cc202a4c5050a5f93898d760e755b515c586 (patch) | |
tree | e1ba19219ae02ec8ed1339af15019617df2fa6e0 /lisp/comint.el | |
parent | 23e8bd8665b9f024438f6cd5a915482b285e4010 (diff) | |
download | emacs-5889cc202a4c5050a5f93898d760e755b515c586.tar.gz |
(comint-password-prompt-regexp): Make it less restrictive, letting
comint recognise OpenSSH2 passphrase prompts.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 4be70c63dfa..d3b6cd0bef0 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -316,7 +316,7 @@ This variable is buffer-local." (defcustom comint-password-prompt-regexp "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|^\\)\ [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\ -\\( for [^@ \t\n]+@[^@ \t\n]+\\)?:\\s *\\'" +\\( for [^:]+\\)?:\\s *\\'" "*Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'." :type 'regexp |