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