emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Tue, 11 Dec 2001 01:03:46 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.251 emacs/lisp/comint.el:1.252
*** emacs/lisp/comint.el:1.251  Fri Nov 16 09:22:03 2001
--- emacs/lisp/comint.el        Tue Dec 11 01:03:46 2001
***************
*** 314,320 ****
  ;; ssh-add prints a prompt like `Enter passphrase: '.
  ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
  (defcustom comint-password-prompt-regexp
!   "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|^\\)\
  [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
  \\( for [^:]+\\)?:\\s *\\'"
    "*Regexp matching prompts for passwords in the inferior process.
--- 314,320 ----
  ;; ssh-add prints a prompt like `Enter passphrase: '.
  ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
  (defcustom comint-password-prompt-regexp
!   "\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|UNIX \\|^\\)\
  [Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
  \\( for [^:]+\\)?:\\s *\\'"
    "*Regexp matching prompts for passwords in the inferior process.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]