summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-11-17 19:38:48 +0000
committerKarl Heuer <kwzh@gnu.org>1996-11-17 19:38:48 +0000
commitf69925dd1ba4d9969507b78a4bdb0fc799866c14 (patch)
tree1801b7a5824521a8df45a468564dbd5e30138127
parent21fe911f02876640c9f1913be8a4b0c4e080505a (diff)
downloademacs-f69925dd1ba4d9969507b78a4bdb0fc799866c14.tar.gz
(comint-password-prompt-regexp): Recognize AIX format.
-rw-r--r--lisp/comint.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index aa5e8c82530..11f4afc705b 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -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'.")