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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Fri, 04 Apr 2003 06:33:34 -0500

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.34 emacs/lisp/net/tramp.el:1.35
*** emacs/lisp/net/tramp.el:1.34        Sat Mar 29 10:16:57 2003
--- emacs/lisp/net/tramp.el     Fri Apr  4 06:33:33 2003
***************
*** 5657,5663 ****
          (mapconcat 'identity
                     (split-string string "\n")
                     tramp-rsh-end-of-line))
!     (unless (string-equal (substring string -1) tramp-rsh-end-of-line)
        (setq string (concat string tramp-rsh-end-of-line)))
      ;; send the string
      (if (and tramp-chunksize (not (zerop tramp-chunksize)))
--- 5657,5664 ----
          (mapconcat 'identity
                     (split-string string "\n")
                     tramp-rsh-end-of-line))
!     (unless (or (string= string "")
!               (string-equal (substring string -1) tramp-rsh-end-of-line))
        (setq string (concat string tramp-rsh-end-of-line)))
      ;; send the string
      (if (and tramp-chunksize (not (zerop tramp-chunksize)))




reply via email to

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