Variable: eshell-hosts-file
eshell-hosts-file is a customizable variable defined in
esh-util.el.gz.
This variable is obsolete since 28.1.
Value
"/etc/hosts"
Documentation
The name of the /etc/hosts file.
Use pcomplete-hosts-file instead; this variable is obsolete and
has no effect.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defcustom eshell-hosts-file "/etc/hosts"
"The name of the /etc/hosts file.
Use `pcomplete-hosts-file' instead; this variable is obsolete and
has no effect."
:type '(choice (const :tag "No hosts file" nil) file))