From: Michael Albinus Date: Wed, 31 Mar 2021 19:12:09 +0000 (+0200) Subject: ; Fix last change X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~3316 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ed320ebe2859530254f28d481cd164e1553fe607;p=emacs.git ; Fix last change --- diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 6440e577a9b..73e0807dbc1 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -3759,7 +3759,7 @@ Fall back to normal file name handler if no Tramp handler exists." (cond ((getenv "EMACS_EMBA_CI") (tramp-set-connection-property - proc "gio-file-monitor" 'GInotifyMonitor)) + proc "gio-file-monitor" 'GInotifyFileMonitor)) ((eq system-type 'cygwin) (tramp-set-connection-property proc "gio-file-monitor" 'GPollFileMonitor))