]> git.eshelyaron.com Git - emacs.git/commitdiff
; Adapt last change
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 28 Feb 2025 16:47:42 +0000 (17:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 20:51:53 +0000 (21:51 +0100)
(cherry picked from commit 92a8d24e4948dd9e7fa8bdbadac48f9eed19fa49)

lisp/net/tramp.el

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