Mercurial > emacs
changeset 15218:12a9c8b48830
(using-unix-filesystems): Update doc string.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sat, 11 May 1996 20:55:33 +0000 |
parents | ff9f17883c5b |
children | a800d1a0f07e |
files | lisp/w32-fns.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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)