Mercurial > emacs
comparison lisp/net/tramp.el @ 73808:2889a065b1d4
* lisp/net/tramp.el (tramp-default-method): scp is the default method.
* man/tramp.texi (Configuration): scp is the default method.
(Default Method): Use ssh as example for another method.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Tue, 07 Nov 2006 10:58:19 +0000 |
parents | 59b2832e02ef |
children | c7668bf89917 02cf29720f31 |
comparison
equal
deleted
inserted
replaced
73807:e02dbec6d19c | 73808:2889a065b1d4 |
---|---|
674 | 674 |
675 (defcustom tramp-default-method | 675 (defcustom tramp-default-method |
676 (if (and (fboundp 'executable-find) | 676 (if (and (fboundp 'executable-find) |
677 (executable-find "plink")) | 677 (executable-find "plink")) |
678 "plink" | 678 "plink" |
679 "ssh") | 679 "scp") |
680 "*Default method to use for transferring files. | 680 "*Default method to use for transferring files. |
681 See `tramp-methods' for possibilities. | 681 See `tramp-methods' for possibilities. |
682 Also see `tramp-default-method-alist'." | 682 Also see `tramp-default-method-alist'." |
683 :group 'tramp | 683 :group 'tramp |
684 :type 'string) | 684 :type 'string) |