Variable: ange-ftp-nslookup-program

ange-ftp-nslookup-program is a customizable variable defined in ange-ftp.el.gz.

Value

nil

Documentation

If non-nil, this is a string naming the nslookup program.

Source Code

;; Defined in /usr/src/emacs/lisp/net/ange-ftp.el.gz
(defcustom ange-ftp-nslookup-program nil
  "If non-nil, this is a string naming the nslookup program."
  :group 'ange-ftp
  :type '(choice (const :tag "None" nil)
		 string))