comparison lisp/comint.el @ 16584:2a181da249e0

(comint-password-prompt-regexp): Recognize AIX format.
author Karl Heuer <kwzh@gnu.org>
date Sun, 17 Nov 1996 19:38:48 +0000
parents 06f92ef2857c
children ec7768e50ba8
comparison
equal deleted inserted replaced
16583:483fc45a80b6 16584:2a181da249e0
226 appears in the buffer. 226 appears in the buffer.
227 227
228 This variable is buffer-local.") 228 This variable is buffer-local.")
229 229
230 (defvar comint-password-prompt-regexp 230 (defvar comint-password-prompt-regexp
231 "\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'" 231 "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
232 "*Regexp matching prompts for passwords in the inferior process. 232 "*Regexp matching prompts for passwords in the inferior process.
233 This is used by `comint-watch-for-password-prompt'.") 233 This is used by `comint-watch-for-password-prompt'.")
234 234
235 ;; Here are the per-interpreter hooks. 235 ;; Here are the per-interpreter hooks.
236 (defvar comint-get-old-input (function comint-get-old-input-default) 236 (defvar comint-get-old-input (function comint-get-old-input-default)