emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Sun, 18 Sep 2005 15:58:40 -0400

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.76 emacs/lisp/net/tramp.el:1.77
*** emacs/lisp/net/tramp.el:1.76        Wed Sep  7 21:23:36 2005
--- emacs/lisp/net/tramp.el     Sun Sep 18 19:58:39 2005
***************
*** 822,830 ****
    :type '(repeat string))
  
  (defcustom tramp-login-prompt-regexp
!   ".*ogin: *"
    "*Regexp matching login-like prompts.
! The regexp should match at end of buffer."
    :group 'tramp
    :type 'regexp)
  
--- 822,832 ----
    :type '(repeat string))
  
  (defcustom tramp-login-prompt-regexp
!   ".*ogin\\( .*\\)?: *"
    "*Regexp matching login-like prompts.
! The regexp should match at end of buffer.
! 
! Sometimes the prompt is reported to look like \"login as:\"."
    :group 'tramp
    :type 'regexp)
  




reply via email to

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