emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116658: * net/tramp-sh.el (tramp-sh-handle-vc-regis


From: Michael Albinus
Subject: [Emacs-diffs] trunk r116658: * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
Date: Tue, 04 Mar 2014 14:40:56 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116658
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2014-03-04 15:40:38 +0100
message:
  * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
  `tramp-send-command-and-check'.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/tramp-sh.el           trampsh.el-20100913133439-a1faifh29eqoi4nh-1
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-03-04 14:33:56 +0000
+++ b/lisp/ChangeLog    2014-03-04 14:40:38 +0000
@@ -1,3 +1,8 @@
+2014-03-04  Michael Albinus  <address@hidden>
+
+       * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
+       `tramp-send-command-and-check'.
+
 2014-03-04  Bastien Guerry  <address@hidden>
 
        * minibuffer.el (minibuffer-completion-help): Use 0 as the

=== modified file 'lisp/net/tramp-sh.el'
--- a/lisp/net/tramp-sh.el      2014-02-27 05:11:50 +0000
+++ b/lisp/net/tramp-sh.el      2014-03-04 14:40:38 +0000
@@ -3341,7 +3341,6 @@
                                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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]