1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

Fix last commit

This commit is contained in:
Michael Albinus 2015-02-03 10:42:13 +01:00
parent d6fee01589
commit 4e8d586076

View 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))