]> code.delx.au - gnu-emacs/commitdiff
(comint-password-prompt-regexp): Recognize AIX format.
authorKarl Heuer <kwzh@gnu.org>
Sun, 17 Nov 1996 19:38:48 +0000 (19:38 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 17 Nov 1996 19:38:48 +0000 (19:38 +0000)
lisp/comint.el

index aa5e8c825308422bce9e661b0b635f69864caded..11f4afc705b40bf4a1835c89f43ece0ae39b357e 100644 (file)
@@ -228,7 +228,7 @@ appears in the buffer.
 This variable is buffer-local.")
 
 (defvar comint-password-prompt-regexp
-  "\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
+  "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
   "*Regexp matching prompts for passwords in the inferior process.
 This is used by `comint-watch-for-password-prompt'.")