Fix recent Tramp typo that broke the build
‘make bootstrap’ without this patch should reproduce the problem. * lisp/net/tramp-gvfs.el (tramp-gvfs-enabled): Autoload zeroconf-init.
This commit is contained in:
parent
63ffb61396
commit
ae7056793c
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
|||
(defconst tramp-gvfs-enabled
|
||||
(ignore-errors
|
||||
(and (featurep 'dbusbind)
|
||||
(autoload 'zeroconf-init "zeroconf")
|
||||
(tramp-compat-funcall 'dbus-get-unique-name :system)
|
||||
(tramp-compat-funcall 'dbus-get-unique-name :session)
|
||||
(or (tramp-compat-process-running-p "gvfs-fuse-daemon")
|
||||
|
|
Loading…
Add table
Reference in a new issue