diff options
| author | Karl Heuer <kwzh@gnu.org> | 1996-11-17 19:38:48 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1996-11-17 19:38:48 +0000 |
| commit | f69925dd1ba4d9969507b78a4bdb0fc799866c14 (patch) | |
| tree | 1801b7a5824521a8df45a468564dbd5e30138127 | |
| parent | 21fe911f02876640c9f1913be8a4b0c4e080505a (diff) | |
| download | emacs-f69925dd1ba4d9969507b78a4bdb0fc799866c14.tar.gz | |
(comint-password-prompt-regexp): Recognize AIX format.
| -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 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'.") |
