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

Diff of /tramp/lisp/tramp.el

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

revision 2.247 by albinus, Sun Oct 20 20:32:58 2002 UTC revision 2.248 by kai, Tue Oct 22 10:50:36 2002 UTC
# Line 4278  See also `tramp-action-yesno'." Line 4278  See also `tramp-action-yesno'."
4278      (pop-to-buffer (tramp-get-buffer multi-method method user host))      (pop-to-buffer (tramp-get-buffer multi-method method user host))
4279      (unless (y-or-n-p (match-string 0))      (unless (y-or-n-p (match-string 0))
4280        (kill-process p)        (kill-process p)
       (erase-buffer)  
4281        (throw 'tramp-action 'permission-denied))        (throw 'tramp-action 'permission-denied))
4282        (erase-buffer)
4283      (process-send-string p (concat "y" tramp-rsh-end-of-line))))      (process-send-string p (concat "y" tramp-rsh-end-of-line))))
4284    
4285  (defun tramp-action-terminal (p multi-method method user host)  (defun tramp-action-terminal (p multi-method method user host)

Legend:
Removed from v.2.247  
changed lines
  Added in v.2.248

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