about summary refs log tree commit diff
path: root/overlays/patches/emacs/overlay/patches/tramp-detect-wrapped-gvfsd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/emacs/overlay/patches/tramp-detect-wrapped-gvfsd.patch')
-rw-r--r--overlays/patches/emacs/overlay/patches/tramp-detect-wrapped-gvfsd.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/overlays/patches/emacs/overlay/patches/tramp-detect-wrapped-gvfsd.patch b/overlays/patches/emacs/overlay/patches/tramp-detect-wrapped-gvfsd.patch
deleted file mode 100644
index aec49b2a25ca..000000000000
--- a/overlays/patches/emacs/overlay/patches/tramp-detect-wrapped-gvfsd.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
-index 1722c53b..fc5866b9 100644
---- a/lisp/net/tramp-gvfs.el
-+++ b/lisp/net/tramp-gvfs.el
-@@ -126,6 +126,7 @@
- 	     ;; for some processes.  Better we don't check.
- 	     (<= emacs-major-version 25)
- 	     (tramp-process-running-p "gvfs-fuse-daemon")
-+	     (tramp-process-running-p ".gvfsd-fuse-wrapped")
- 	     (tramp-process-running-p "gvfsd-fuse"))))
-   "Non-nil when GVFS is available.")
-