mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(tramp-handle-ange-ftp): Fix typo.
This commit is contained in:
parent
5b62b30130
commit
cdf4ead8ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue