Variable: ange-ftp-fix-dir-name-func-alist
ange-ftp-fix-dir-name-func-alist is a variable defined in
ange-ftp.el.gz.
Value
((bs2000 . ange-ftp-fix-dir-name-for-bs2000)
(cms . ange-ftp-fix-dir-name-for-cms)
(mts . ange-ftp-fix-dir-name-for-mts)
(vms . ange-ftp-fix-dir-name-for-vms))
Documentation
Alist saying how to convert directory name to the host's syntax.
Association list of (TYPE . FUNC) pairs, where FUNC is a routine which can change UNIX directory name into a directory name more suitable for a host of type TYPE.
Source Code
;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defvar ange-ftp-fix-dir-name-func-alist nil
"Alist saying how to convert directory name to the host's syntax.
Association list of (TYPE . FUNC) pairs, where FUNC is a routine which can
change UNIX directory name into a directory name more suitable for a host
of type TYPE.")