Variable: tramp-cleanup-connection-hook

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

Value

(tramp-fuse-cleanup
 tramp-crypt-cleanup-connection
 tramp-recentf-cleanup)

Documentation

List of functions to be called after Tramp connection is cleaned up.

Each function is called with the current vector as argument.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-cmds.el.gz
;;; Cleanup

;;;###tramp-autoload
(defvar tramp-cleanup-connection-hook nil
  "List of functions to be called after Tramp connection is cleaned up.
Each function is called with the current vector as argument.")