Variable: w32-untranslated-filesystem-list
w32-untranslated-filesystem-list is a variable defined in
dos-w32.el.gz.
Value
nil
Documentation
List of filesystems that require no CR/LF translation when reading and writing files. Each filesystem in the list is a string naming the directory prefix corresponding to the filesystem.
Aliases
untranslated-filesystem-list (obsolete since 24.4)
Source Code
;; Defined in /usr/src/emacs/lisp/dos-w32.el.gz
(defvar w32-untranslated-filesystem-list nil
"List of filesystems that require no CR/LF translation when reading
and writing files. Each filesystem in the list is a string naming
the directory prefix corresponding to the filesystem.")