changeset 13094:ad51fb37d568

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 29 Sep 1995 03:50:47 +0000
parents 36df4ecc47da
children 8477c2dca6b0
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Fri Sep 29 03:49:35 1995 +0000
+++ b/lisp/comint.el	Fri Sep 29 03:50:47 1995 +0000
@@ -226,7 +226,7 @@
 This variable is buffer-local.")
 
 (defvar comint-password-prompt-regexp
-  "\\(^\\(Old \\|New \\|\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
+  "\\(\\([Oo]ld \\|[Nn]ew \\|^\\)[Pp]assword\\|pass phrase\\):\\s *\\'"
   "*Regexp matching prompts for passwords in the inferior process.
 This is used by `comint-watch-for-password-prompt'.")