From ae7056793ca78a62562b4a5c46ffbef66493ec60 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 18 May 2019 10:50:36 -0700 Subject: [PATCH] Fix recent Tramp typo that broke the build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ‘make bootstrap’ without this patch should reproduce the problem. * lisp/net/tramp-gvfs.el (tramp-gvfs-enabled): Autoload zeroconf-init. --- lisp/net/tramp-gvfs.el | 1 + 1 file changed, 1 insertion(+) 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 @@ (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") -- 2.39.2