diff options
| -rw-r--r-- | lisp/w32-fns.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 0502fe9986a..9b6046b4f13 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el | |||
| @@ -146,6 +146,10 @@ against the file name, and TYPE is nil for text, t for binary.") | |||
| 146 | 146 | ||
| 147 | ;; Really should provide this capability at the drive letter granularity. | 147 | ;; Really should provide this capability at the drive letter granularity. |
| 148 | (defun using-unix-filesystems (flag) | 148 | (defun using-unix-filesystems (flag) |
| 149 | "Read and write all files assuming that they are on a drive attached | ||
| 150 | to a remote Unix file system. No CR/LF translation is done on any files | ||
| 151 | in this case. This behavior is activated when FLAG is t and deactived | ||
| 152 | when FLAG is any other value." | ||
| 149 | (if flag | 153 | (if flag |
| 150 | (progn | 154 | (progn |
| 151 | (add-hook 'write-file-hooks 'save-to-unix-hook) | 155 | (add-hook 'write-file-hooks 'save-to-unix-hook) |