From: Michael Albinus Date: Tue, 3 Feb 2015 09:42:13 +0000 (+0100) Subject: Fix last commit X-Git-Tag: emacs-24.4.90~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e8d586;p=emacs.git Fix last commit --- 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))