Variable: ange-ftp-add-file-entry-alist

ange-ftp-add-file-entry-alist is a variable defined in ange-ftp.el.gz.

Value

((vms . ange-ftp-vms-add-file-entry))

Documentation

Alist saying how to add file entries on certain OS types.

Association list of pairs (TYPE . FUNC), where FUNC is a function to be used to add a file entry for the OS TYPE. The main reason for this alist is to deal with file versions in VMS.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
;;;; ------------------------------------------------------------
;;;; Directory information caching support.
;;;; ------------------------------------------------------------

(defvar ange-ftp-add-file-entry-alist nil
  "Alist saying how to add file entries on certain OS types.
Association list of pairs (TYPE . FUNC), where FUNC is a function
to be used to add a file entry for the OS TYPE.
The main reason for this alist is to deal with file versions in VMS.")