+2003-04-04 Andreas Schwab <schwab@suse.de>
+
+ * net/tramp.el (tramp-send-string): Handle empty string.
+
2003-04-03 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/easymenu.el (easy-menu-define):
(mapconcat 'identity
(split-string string "\n")
tramp-rsh-end-of-line))
- (unless (string-equal (substring string -1) 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)))