From 4e8d586076f412b9dfe43241e455a7c76b117020 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 3 Feb 2015 10:42:13 +0100 Subject: [PATCH] Fix last commit --- lisp/net/tramp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index b746bca5804..2e1fe69460a 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 ControlPath=tramp.%%r@%%h:%%p")) - (setq result (concat result " -o ControlPath=tramp.%%C")))) + (concat result " -o ControlPath='tramp.%%r@%%h:%%p'")) + (setq result (concat result " -o ControlPath='tramp.%%C'")))) (with-temp-buffer (call-process "ssh" nil t nil "-o" "ControlPersist") (goto-char (point-min)) -- 2.39.2