1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 03:37:38 -08:00

; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter):

; Instrument for emba.
This commit is contained in:
Michael Albinus 2021-03-31 11:37:35 +02:00
parent 3b1c646202
commit 97992a342b

View file

@ -3750,6 +3750,8 @@ Fall back to normal file name handler if no Tramp handler exists."
;; Determine monitor name.
(unless (tramp-connection-property-p proc "gio-file-monitor")
(when (getenv "EMACS_EMBA_CI")
(message "%s" string))
(cond
;; We have seen this only on cygwin gio, which uses the
;; GPollFileMonitor.