emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 4e8d586: Fix last commit


From: Michael Albinus
Subject: [Emacs-diffs] emacs-24 4e8d586: Fix last commit
Date: Tue, 03 Feb 2015 09:44:41 +0000

branch: emacs-24
commit 4e8d586076f412b9dfe43241e455a7c76b117020
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix last commit
---
 lisp/net/tramp.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index b746bca..2e1fe69 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -324,8 +324,8 @@ useful only in combination with 
`tramp-default-proxies-alist'.")
            (goto-char (point-min))
            (if (search-forward-regexp "unknown.+key" nil t)
                (setq result
-                     (concat result " -o address@hidden:%%p"))
-             (setq result (concat result " -o ControlPath=tramp.%%C"))))
+                     (concat result " -o ControlPath='address@hidden:%%p'"))
+             (setq result (concat result " -o ControlPath='tramp.%%C'"))))
          (with-temp-buffer
            (call-process "ssh" nil t nil "-o" "ControlPersist")
            (goto-char (point-min))



reply via email to

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