projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6fee01
)
Fix last commit
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 3 Feb 2015 09:42:13 +0000
(10:42 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 3 Feb 2015 09:42:13 +0000
(10:42 +0100)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index b746bca58045d09e1de86d1d76c9439e93461bd8..2e1fe69460a97b928cf7b158b1d439a47fc08243 100644
(file)
--- 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))