/[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.274 by albinus, Tue Feb 4 22:37:29 2003 UTC revision 2.275 by kai, Wed Feb 5 19:31:01 2003 UTC
# Line 5618  running as USER on HOST using METHOD." Line 5618  running as USER on HOST using METHOD."
5618                 (tramp-get-buffer multi-method method user host))))                 (tramp-get-buffer multi-method method user host))))
5619      (unless proc      (unless proc
5620        (error "Can't send region to remote host -- not logged in"))        (error "Can't send region to remote host -- not logged in"))
5621      (if (not (zerop tramp-chunksize))      (if (and tramp-chunksize (not (zerop tramp-chunksize)))
5622          (let ((pos start))          (let ((pos start))
5623            (while (< pos end)            (while (< pos end)
5624              (tramp-message-for-buffer              (tramp-message-for-buffer

Legend:
Removed from v.2.274  
changed lines
  Added in v.2.275

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