diff options
| author | Michael Albinus | 2006-12-19 07:26:25 +0000 |
|---|---|---|
| committer | Michael Albinus | 2006-12-19 07:26:25 +0000 |
| commit | bb8792de32d885dbcc0cb6850e1414b5df486c3a (patch) | |
| tree | 500b8db1dce93be30acca917e2bc66261e181440 | |
| parent | a7bf5e52a1f0271955dbaeaeef4e7c97b3a8b2da (diff) | |
| download | emacs-bb8792de32d885dbcc0cb6850e1414b5df486c3a.tar.gz emacs-bb8792de32d885dbcc0cb6850e1414b5df486c3a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index fa4dcfbf63c..6a46486e6e1 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -705,7 +705,7 @@ various functions for details." | |||
| 705 | (if (or (fboundp 'password-read) | 705 | (if (or (fboundp 'password-read) |
| 706 | ;; ssh-agent is running. | 706 | ;; ssh-agent is running. |
| 707 | (getenv "SSH_AUTH_SOCK") | 707 | (getenv "SSH_AUTH_SOCK") |
| 708 | (getnev "SSH_AGENT_PID")) | 708 | (getenv "SSH_AGENT_PID")) |
| 709 | "scp" | 709 | "scp" |
| 710 | "ssh")) | 710 | "ssh")) |
| 711 | ;; Fallback. | 711 | ;; Fallback. |