emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ae70567: Fix recent Tramp typo that broke the build


From: Paul Eggert
Subject: [Emacs-diffs] master ae70567: Fix recent Tramp typo that broke the build
Date: Sat, 18 May 2019 13:51:07 -0400 (EDT)

branch: master
commit ae7056793ca78a62562b4a5c46ffbef66493ec60
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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.
---
 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 0387053..3810231 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]