/[tramp]/tramp/lisp/tramp.el
ViewVC logotype

Diff of /tramp/lisp/tramp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.260 by kai, Thu Dec 5 22:29:23 2002 UTC revision 2.261 by albinus, Sat Dec 21 21:32:59 2002 UTC
# Line 637  Also see `tramp-default-method-alist'." Line 637  Also see `tramp-default-method-alist'."
637    :type 'string)    :type 'string)
638    
639  (defcustom tramp-default-method-alist  (defcustom tramp-default-method-alist
640    (when tramp-unified-filenames    '(("\\`localhost\\'" "\\`root\\'" "su"))
     '(("\\`ftp\\." "" "ftp")  
       ("" "\\`\\(anonymous\\|ftp\\)\\'" "ftp")  
       ("\\`localhost\\'" "\\`root\\'" "su")))  
641    "*Default method to use for specific user/host pairs.    "*Default method to use for specific user/host pairs.
642  This is an alist of items (HOST USER METHOD).  The first matching item  This is an alist of items (HOST USER METHOD).  The first matching item
643  specifies the method to use for a file name which does not specify a  specifies the method to use for a file name which does not specify a

Legend:
Removed from v.2.260  
changed lines
  Added in v.2.261

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26