From: Michael Albinus Date: Wed, 31 Mar 2021 19:12:09 +0000 (+0200) Subject: ; Fix last change X-Git-Tag: emacs-28.0.90~3067 X-Git-Url: http://git.eshelyaron.com/gitweb/?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))