Function: tramp-file-notify-process-sentinel
tramp-file-notify-process-sentinel is a byte-compiled function defined
in tramp.el.gz.
Signature
(tramp-file-notify-process-sentinel PROC EVENT)
Documentation
Call file-notify-rm-watch.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defun tramp-file-notify-process-sentinel (proc event)
"Call `file-notify-rm-watch'."
(unless (process-live-p proc)
(tramp-message proc 5 "Sentinel called: `%S' `%s'" proc event)
(file-notify-rm-watch proc)))