]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/net/tramp.el (tramp-mode): Set to nil on MS-DOS.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 28 Feb 2025 09:38:04 +0000 (10:38 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Feb 2025 11:20:35 +0000 (12:20 +0100)
(cherry picked from commit 5447b015a44d411606687999a7a5803d19899f23)

lisp/net/tramp.el

index 9cefeafea6e74fb7e7c822820450d96ddeefab27..d63dda18f8e8fdd42588d06c4108fae7ad961199 100644 (file)
   :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'