;; once. Therefore, we apply the handler directly.
(when (member (cl-caadr object) events)
(tramp-compat-funcall
- (cdr (assq 'file-notify special-event-map))
+ (lookup-key special-event-map [file-notify])
`(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
- (cdr (assq 'file-notify special-event-map))
+ (lookup-key special-event-map [file-notify])
`(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
- (cdr (assq 'file-notify special-event-map))
+ (lookup-key special-event-map [file-notify])
`(file-notify ,object file-notify-callback)))))))
(defun tramp-sh-handle-file-system-info (filename)