comparison lisp/comint.el @ 13094:ad51fb37d568

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Sep 1995 03:50:47 +0000
parents 36df4ecc47da
children 6a084ce822e0
comparison
equal deleted inserted replaced
13093:36df4ecc47da 13094:ad51fb37d568
224 appears in the buffer. 224 appears in the buffer.
225 225
226 This variable is buffer-local.") 226 This variable is buffer-local.")
227 227
228 (defvar comint-password-prompt-regexp 228 (defvar comint-password-prompt-regexp
229 "\\(^\\(Old \\|New \\|\\)[Pp]assword\\|pass phrase\\):\\s *\\'" 229 "\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
230 "*Regexp matching prompts for passwords in the inferior process. 230 "*Regexp matching prompts for passwords in the inferior process.
231 This is used by `comint-watch-for-password-prompt'.") 231 This is used by `comint-watch-for-password-prompt'.")
232 232
233 ;;; Here are the per-interpreter hooks. 233 ;;; Here are the per-interpreter hooks.
234 (defvar comint-get-old-input (function comint-get-old-input-default) 234 (defvar comint-get-old-input (function comint-get-old-input-default)