Variable: tramp-cleanup-all-connections-hook

tramp-cleanup-all-connections-hook is a variable defined in tramp-cmds.el.gz.

Value

(tramp-fuse-cleanup-all
 tramp-archive-cleanup-hash
 tramp-recentf-cleanup-all)

Documentation

List of functions to be called after all Tramp connections are cleaned up.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-cmds.el.gz
;;;###tramp-autoload
(defvar tramp-cleanup-all-connections-hook nil
  "List of functions to be called after all Tramp connections are cleaned up.")