mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; Adapt last change
This commit is contained in:
parent
68a37760de
commit
92a8d24e49
1 changed files with 1 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue