emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ed320eb: ; Fix last change


From: Michael Albinus
Subject: master ed320eb: ; Fix last change
Date: Wed, 31 Mar 2021 15:12:16 -0400 (EDT)

branch: master
commit ed320ebe2859530254f28d481cd164e1553fe607
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; Fix last change
---
 lisp/net/tramp-sh.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 6440e57..73e0807 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]