]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Mar 2014 14:40:38 +0000 (15:40 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 4 Mar 2014 14:40:38 +0000 (15:40 +0100)
`tramp-send-command-and-check'.

lisp/ChangeLog
lisp/net/tramp-sh.el

index fe40615d6e0f295bc1b38f98238164b767f9222c..9d898acd13fbc4f9c198ec511adc725973d9c557 100644 (file)
@@ -1,3 +1,8 @@
+2014-03-04  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
+       `tramp-send-command-and-check'.
+
 2014-03-04  Bastien Guerry  <bzg@gnu.org>
 
        * minibuffer.el (minibuffer-completion-help): Use 0 as the
index 04109f9816c55e85c2442b3b787bb15172b0dab5..ca5edfe196359fe406618c9eb88413e290650bf3 100644 (file)
@@ -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))