Variable: ange-ftp-account-hashtable

ange-ftp-account-hashtable is a variable defined in ange-ftp.el.gz.

Value

#s(hash-table test equal)

Documentation

Mapping between a HOST, USER pair and an ACCOUNT password for them.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defvar ange-ftp-account-hashtable (make-hash-table :test 'equal)
  "Mapping between a HOST, USER pair and an ACCOUNT password for them.")