From: Andreas Schwab Date: Thu, 27 Jun 2002 16:50:06 +0000 (+0000) Subject: (tramp-handle-ange-ftp): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~14407 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdf4ead8ad6c3129c54147a34ce37f9289d3fb4b;p=emacs.git (tramp-handle-ange-ftp): Fix typo. --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index fd38aac3f09..2965c69e2c7 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -2978,7 +2978,7 @@ Falls back to normal file name handler if no tramp file name handler exists." Requests suitable for Ange-FTP will be forwarded to Ange-FTP. Also see the variables `tramp-ftp-method', `tramp-default-method', and `tramp-default-method-alist'." -j (let ((a1 (rassq 'ange-ftp-hook-function file-name-handler-alist)) + (let ((a1 (rassq 'ange-ftp-hook-function file-name-handler-alist)) (a2 (rassq 'ange-ftp-completion-hook-function file-name-handler-alist)) (a3 (rassq 'tramp-file-name-handler file-name-handler-alist))) (setq file-name-handler-alist