/[emacs]/emacs/lisp/net/tramp.el
ViewVC logotype

Diff of /emacs/lisp/net/tramp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.75 by albinus, Wed Aug 31 20:28:48 2005 UTC revision 1.76 by albinus, Wed Sep 7 21:23:36 2005 UTC
# Line 5213  Returns nil if none was found, else the Line 5213  Returns nil if none was found, else the
5213    
5214  (defun tramp-action-password (p multi-method method user host)  (defun tramp-action-password (p multi-method method user host)
5215    "Query the user for a password."    "Query the user for a password."
5216    (let ((pw-prompt (match-string 0)))    (let ((pw-prompt
5217             (format "Password for %s "
5218                     (tramp-make-tramp-file-name
5219                      nil method user host ""))))
5220      (tramp-message 9 "Sending password")      (tramp-message 9 "Sending password")
5221      (tramp-enter-password p pw-prompt user host)))      (tramp-enter-password p pw-prompt user host)))
5222    
# Line 5300  The terminal type can be configured with Line 5303  The terminal type can be configured with
5303    
5304  (defun tramp-multi-action-password (p method user host)  (defun tramp-multi-action-password (p method user host)
5305    "Query the user for a password."    "Query the user for a password."
5306    (tramp-message 9 "Sending password")    (let ((pw-prompt
5307    (tramp-enter-password p (match-string 0) user host))           (format "Password for %s "
5308                     (tramp-make-tramp-file-name
5309                      nil method user host ""))))
5310        (tramp-message 9 "Sending password")
5311        (tramp-enter-password p pw-prompt user host)))
5312    
5313  (defun tramp-multi-action-succeed (p method user host)  (defun tramp-multi-action-succeed (p method user host)
5314    "Signal success in finding shell prompt."    "Signal success in finding shell prompt."

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26