projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63ffb61
)
Fix recent Tramp typo that broke the build
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 18 May 2019 17:50:36 +0000
(10:50 -0700)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-gvfs.el
b/lisp/net/tramp-gvfs.el
index 03870537c9af0eafc254e1d1197201aac8e187a5..38102318240763547fae9c8dfd182e778110699a 100644
(file)
--- 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")