From: Michael Albinus Date: Fri, 28 Feb 2025 16:47:42 +0000 (+0100) Subject: ; Adapt last change X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c222443b2d4f9e2061eb3b5fc4cb9294407b841a;p=emacs.git ; Adapt last change (cherry picked from commit 92a8d24e4948dd9e7fa8bdbadac48f9eed19fa49) --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index d63dda18f8e..0fa26c8730a 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'