aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-gvfs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index 03870537c9a..38102318240 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -118,6 +118,7 @@
118(defconst tramp-gvfs-enabled 118(defconst tramp-gvfs-enabled
119 (ignore-errors 119 (ignore-errors
120 (and (featurep 'dbusbind) 120 (and (featurep 'dbusbind)
121 (autoload 'zeroconf-init "zeroconf")
121 (tramp-compat-funcall 'dbus-get-unique-name :system) 122 (tramp-compat-funcall 'dbus-get-unique-name :system)
122 (tramp-compat-funcall 'dbus-get-unique-name :session) 123 (tramp-compat-funcall 'dbus-get-unique-name :session)
123 (or (tramp-compat-process-running-p "gvfs-fuse-daemon") 124 (or (tramp-compat-process-running-p "gvfs-fuse-daemon")