emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 9676433 1/4: Fix Bug#21562


From: Michael Albinus
Subject: [Emacs-diffs] master 9676433 1/4: Fix Bug#21562
Date: Wed, 14 Oct 2015 18:16:34 +0000

branch: master
commit 96764333c438566b20fd381960fef77fa12eb586
Author: Warren Lynn <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix Bug#21562
    
    * lisp/net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
    Quote argument in proper order.  (Bug#21562)
    
    Copyright-paperwork-exempt: yes
---
 lisp/net/tramp-sh.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 7d24b54..c02287d 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -4153,7 +4153,8 @@ process to set up.  VEC specifies the connection."
 
     ;; Disable tab and echo expansion.
     (tramp-message vec 5 "Setting up remote shell environment")
-    (tramp-send-command vec "stty tab0 -inlcr -onlcr -echo kill '^U' erase 
'^H'" t)
+    (tramp-send-command
+     vec "stty tab0 -inlcr -onlcr -echo kill '^U' erase '^H'" t)
     ;; Check whether the echo has really been disabled.  Some
     ;; implementations, like busybox of embedded GNU/Linux, don't
     ;; support disabling.



reply via email to

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