]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix recent Tramp typo that broke the build
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 May 2019 17:50:36 +0000 (10:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 May 2019 17:51:02 +0000 (10:51 -0700)
‘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

index 03870537c9af0eafc254e1d1197201aac8e187a5..38102318240763547fae9c8dfd182e778110699a 100644 (file)
 (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")