/[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.290 by kai, Wed Apr 2 10:31:02 2003 UTC revision 2.291 by kai, Sun Apr 6 09:53:44 2003 UTC
# Line 5657  the remote host use line-endings as defi Line 5657  the remote host use line-endings as defi
5657            (mapconcat 'identity            (mapconcat 'identity
5658                       (split-string string "\n")                       (split-string string "\n")
5659                       tramp-rsh-end-of-line))                       tramp-rsh-end-of-line))
5660      (unless (string-equal (substring string -1) tramp-rsh-end-of-line)      (unless (or (string= string "")
5661                    (string-equal (substring string -1) tramp-rsh-end-of-line))
5662        (setq string (concat string tramp-rsh-end-of-line)))        (setq string (concat string tramp-rsh-end-of-line)))
5663      ;; send the string      ;; send the string
5664      (if (and tramp-chunksize (not (zerop tramp-chunksize)))      (if (and tramp-chunksize (not (zerop tramp-chunksize)))

Legend:
Removed from v.2.290  
changed lines
  Added in v.2.291

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