Variable: ange-ftp-account-hashtable

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

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

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.")