Variable: nsm-save-host-names
nsm-save-host-names is a customizable variable defined in nsm.el.gz.
Value
nil
Documentation
If non-nil, always save host names in the structures in nsm-settings-file.
By default, only hosts that have exceptions have their names stored in plain text.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/nsm.el.gz
(defcustom nsm-save-host-names nil
"If non-nil, always save host names in the structures in `nsm-settings-file'.
By default, only hosts that have exceptions have their names
stored in plain text."
:version "25.1"
:type 'boolean)