From: Michael Albinus Date: Tue, 4 Mar 2014 14:40:38 +0000 (+0100) Subject: * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call X-Git-Tag: emacs-24.3.90~292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dc65319bc151182026cfa4af77c4fccdd710a25;p=emacs.git * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call `tramp-send-command-and-check'. --- 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))