From: Michael Albinus Date: Fri, 28 Feb 2025 09:38:04 +0000 (+0100) Subject: * lisp/net/tramp.el (tramp-mode): Set to nil on MS-DOS. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f92b5d7e84c07de89ab5fd5713ce5405b3d86c7;p=emacs.git * lisp/net/tramp.el (tramp-mode): Set to nil on MS-DOS. (cherry picked from commit 5447b015a44d411606687999a7a5803d19899f23) --- diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 9cefeafea6e..d63dda18f8e 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -120,9 +120,9 @@ :version "22.1" :link '(info-link :tag "Tramp manual" "(tramp) Top")) -;; Maybe we need once a real Tramp mode, with key bindings etc. +;; On MS-DOS, there is no process support. ;;;###autoload -(defvar tramp-mode t +(defvar tramp-mode (not (eq system-type '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'