;; once. Therefore, we apply the handler directly.
(when (member (cl-caadr object) events)
(tramp-compat-funcall
- 'file-notify-handle-event
+ (cdr (assq 'file-notify special-event-map))
`(file-notify ,object file-notify-callback)))))
;; Save rest of the string.
;; once. Therefore, we apply the handler directly.
(when (member (cl-caadr object) events)
(tramp-compat-funcall
- 'file-notify-handle-event
+ (cdr (assq 'file-notify special-event-map))
`(file-notify ,object file-notify-callback)))))
;; Save rest of the string.
;; once. Therefore, we apply the handler directly.
(when (member (cl-caadr object) events)
(tramp-compat-funcall
- 'file-notify-handle-event
+ (cdr (assq 'file-notify special-event-map))
`(file-notify ,object file-notify-callback)))))))
(defun tramp-sh-handle-file-system-info (filename)