]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-password-prompt-regexp): Match" SMB password".
authorFrancesco Potortì <pot@gnu.org>
Fri, 12 Apr 2002 07:57:56 +0000 (07:57 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 12 Apr 2002 07:57:56 +0000 (07:57 +0000)
lisp/comint.el

index c73ccfb3951ec55bc31cfefa636f7b76d305ff46..bea0c0b2f147385c850286a1547deb46b27dc4b6 100644 (file)
@@ -314,8 +314,9 @@ This variable is buffer-local."
 ;; ssh-add prints a prompt like `Enter passphrase: '.
 ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
 (defcustom comint-password-prompt-regexp
-  "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|UNIX \\|^\\)\
-[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
+  "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
+Kerberos \\|CVS \\|UNIX \\| SMB \\|\
+^\\)[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
 \\( for [^:]+\\)?:\\s *\\'"
   "*Regexp matching prompts for passwords in the inferior process.
 This is used by `comint-watch-for-password-prompt'."