From 4d105bce0a558228617fbccee8d95a8e7da28cc7 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Sat, 11 May 1996 20:55:33 +0000 Subject: (using-unix-filesystems): Update doc string. --- lisp/w32-fns.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/w32-fns.el') 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.") ;; Really should provide this capability at the drive letter granularity. (defun using-unix-filesystems (flag) + "Read and write all files assuming that they are on a drive attached +to a remote Unix file system. No CR/LF translation is done on any files +in this case. This behavior is activated when FLAG is t and deactived +when FLAG is any other value." (if flag (progn (add-hook 'write-file-hooks 'save-to-unix-hook) -- cgit v1.2.1