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

Diff of /tramp/lisp/tramp-ftp.el

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

revision 2.3 by albinus, Sun Oct 27 21:35:08 2002 UTC revision 2.4 by albinus, Sat Dec 21 21:32:59 2002 UTC
# Line 74  present for backward compatibility." Line 74  present for backward compatibility."
74  ;; ... and add it to the method list.  ;; ... and add it to the method list.
75  (add-to-list 'tramp-methods (cons tramp-ftp-method nil))  (add-to-list 'tramp-methods (cons tramp-ftp-method nil))
76    
77    ;; Add some defaults for `tramp-default-method-alist'
78    (add-to-list 'tramp-default-method-alist
79                 '("\\`ftp\\." "" tramp-ftp-method))
80    (add-to-list 'tramp-default-method-alist
81                 '("" "\\`\\(anonymous\\|ftp\\)\\'" tramp-ftp-method))
82    
83  ;; Add completion function for FTP method.  ;; Add completion function for FTP method.
84  (unless (memq system-type '(windows-nt))  (unless (memq system-type '(windows-nt))
85    (tramp-set-completion-function    (tramp-set-completion-function

Legend:
Removed from v.2.3  
changed lines
  Added in v.2.4

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