From: Paul Eggert Date: Sat, 18 May 2019 17:50:36 +0000 (-0700) Subject: Fix recent Tramp typo that broke the build X-Git-Tag: emacs-27.0.90~2831 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae7056793ca78a62562b4a5c46ffbef66493ec60;p=emacs.git 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. --- 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")