]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 31 Mar 2021 19:12:09 +0000 (21:12 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 31 Mar 2021 19:12:09 +0000 (21:12 +0200)
lisp/net/tramp-sh.el

index 6440e577a9b0d5187acee025f804fd5424334c5e..73e0807dbc1e5d89936e4454a6c194612cb69089 100644 (file)
@@ -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))