aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2014-03-04 15:40:38 +0100
committerMichael Albinus2014-03-04 15:40:38 +0100
commit5dc65319bc151182026cfa4af77c4fccdd710a25 (patch)
tree3dc52b6af09221b8e75d568935470cf0370f960a /lisp
parentc3701c7d94ec22d40a0d82bbf8e070d26b9d92f3 (diff)
downloademacs-5dc65319bc151182026cfa4af77c4fccdd710a25.tar.gz
emacs-5dc65319bc151182026cfa4af77c4fccdd710a25.zip
* net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
`tramp-send-command-and-check'.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/net/tramp-sh.el1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fe40615d6e0..9d898acd13f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-03-04 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
4 `tramp-send-command-and-check'.
5
12014-03-04 Bastien Guerry <bzg@gnu.org> 62014-03-04 Bastien Guerry <bzg@gnu.org>
2 7
3 * minibuffer.el (minibuffer-completion-help): Use 0 as the 8 * 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."
3341 tramp-vc-registered-file-names 3341 tramp-vc-registered-file-names
3342 "\n") 3342 "\n")
3343 tramp-end-of-heredoc)) 3343 tramp-end-of-heredoc))
3344 (tramp-send-command-and-check v nil)
3345 (with-current-buffer (tramp-get-connection-buffer v) 3344 (with-current-buffer (tramp-get-connection-buffer v)
3346 ;; Read the expression. 3345 ;; Read the expression.
3347 (goto-char (point-min)) 3346 (goto-char (point-min))