summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2015-02-03 10:42:13 +0100
committerMichael Albinus <michael.albinus@gmx.de>2015-02-03 10:42:13 +0100
commit4e8d586076f412b9dfe43241e455a7c76b117020 (patch)
tree73abd7caf818ba14970a8123ae84efdb9037cfa7
parentd6fee01589a0f10b3d761bd9bdf582730c92a171 (diff)
downloademacs-4e8d586076f412b9dfe43241e455a7c76b117020.tar.gz
Fix last commit
-rw-r--r--lisp/net/tramp.el4
1 files 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))