From cdf4ead8ad6c3129c54147a34ce37f9289d3fb4b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 27 Jun 2002 16:50:06 +0000 Subject: [PATCH] (tramp-handle-ange-ftp): Fix typo. --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5