From 92a8d24e4948dd9e7fa8bdbadac48f9eed19fa49 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 28 Feb 2025 17:47:42 +0100 Subject: [PATCH] ; Adapt last change --- lisp/net/tramp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 26716ed8b66..e66693d51f6 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -120,9 +120,8 @@ :version "22.1" :link '(info-link :tag "Tramp manual" "(tramp) Top")) -;; On MS-DOS, there is no process support. ;;;###autoload -(defvar tramp-mode (not (eq system-type 'ms-dos)) +(defvar tramp-mode (fboundp 'make-process) ; Disable on MS-DOS. "Whether Tramp is enabled. If it is set to nil, all remote file names are used literally. Don't set it manually, use `inhibit-remote-files' or `without-remote-files'