Variable: filesets-cache-hostname-flag
filesets-cache-hostname-flag is a customizable variable defined in
filesets.el.gz.
Value
nil
Documentation
Non-nil means cache the hostname.
If the current name differs from the cached one, rebuild the menu and create a new cache file.
Source Code
;; Defined in /usr/src/emacs/lisp/filesets.el.gz
(defcustom filesets-cache-hostname-flag nil
"Non-nil means cache the hostname.
If the current name differs from the cached one,
rebuild the menu and create a new cache file."
:set #'filesets-set-default
:type 'boolean)