Variable: ange-ftp-file-name-as-directory-alist

ange-ftp-file-name-as-directory-alist is a variable defined in ange-ftp.el.gz.

Value

((vms . ange-ftp-vms-file-name-as-directory))

Documentation

Association list of (TYPE . FUNC) pairs.

FUNC converts a filename to a directory name for the operating system TYPE.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;;; These are problems--they are currently not enabled.

(defvar ange-ftp-file-name-as-directory-alist nil
  "Association list of (TYPE . FUNC) pairs.
FUNC converts a filename to a directory name for the operating
system TYPE.")