]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last commit
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Feb 2015 09:42:13 +0000 (10:42 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 3 Feb 2015 09:42:13 +0000 (10:42 +0100)
lisp/net/tramp.el

index b746bca58045d09e1de86d1d76c9439e93461bd8..2e1fe69460a97b928cf7b158b1d439a47fc08243 100644 (file)
@@ -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))