Variable: tramp-config-check
tramp-config-check is a variable defined in tramp-sh.el.gz.
Value
nil
Documentation
A function to be called with one argument, VEC.
It should return a string which is used to check, whether the configuration of the remote host has been changed (which would require flushing the cache data). This string is kept as connection property "config-check-data". This variable is intended as connection-local variable.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-sh.el.gz
(defvar tramp-config-check nil
"A function to be called with one argument, VEC.
It should return a string which is used to check, whether the
configuration of the remote host has been changed (which would
require flushing the cache data). This string is kept as
connection property \"config-check-data\".
This variable is intended as connection-local variable.")