From 5dc65319bc151182026cfa4af77c4fccdd710a25 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 4 Mar 2014 15:40:38 +0100 Subject: [PATCH] * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call `tramp-send-command-and-check'. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp-sh.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fe40615d6e0..9d898acd13f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-03-04 Michael Albinus + + * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call + `tramp-send-command-and-check'. + 2014-03-04 Bastien Guerry * minibuffer.el (minibuffer-completion-help): Use 0 as the diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 04109f9816c..ca5edfe1963 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -3341,7 +3341,6 @@ the result will be a local, non-Tramp, filename." tramp-vc-registered-file-names "\n") tramp-end-of-heredoc)) - (tramp-send-command-and-check v nil) (with-current-buffer (tramp-get-connection-buffer v) ;; Read the expression. (goto-char (point-min)) -- 2.39.5