# HG changeset patch # User Geoff Voelker # Date 831848133 0 # Node ID 12a9c8b48830e14c086c68becf5fd7145287711f # Parent ff9f17883c5b82206697ae6d69a797a2ff6d2490 (using-unix-filesystems): Update doc string. diff -r ff9f17883c5b -r 12a9c8b48830 lisp/w32-fns.el --- a/lisp/w32-fns.el Sat May 11 18:44:09 1996 +0000 +++ b/lisp/w32-fns.el Sat May 11 20:55:33 1996 +0000 @@ -146,6 +146,10 @@ ;; 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)