Mercurial > hg > xemacs-beta
comparison src/fileio.c @ 764:3c5d0bca9200
[xemacs-hg @ 2002-03-05 13:00:37 by stephent]
document autosave and write-region <87g03ftbz2.fsf@tleeps18.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 05 Mar 2002 13:00:38 +0000 |
parents | 358bd84dc7ff |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
763:47ae55dda777 | 764:3c5d0bca9200 |
---|---|
3112 This function is identical to `write-region' except for the handling | 3112 This function is identical to `write-region' except for the handling |
3113 of the CODESYS argument under XEmacs/Mule. (When Mule support is not | 3113 of the CODESYS argument under XEmacs/Mule. (When Mule support is not |
3114 present, both functions are identical and ignore the CODESYS argument.) | 3114 present, both functions are identical and ignore the CODESYS argument.) |
3115 If support for Mule exists in this Emacs, the file is encoded according | 3115 If support for Mule exists in this Emacs, the file is encoded according |
3116 to the value of CODESYS. If this is nil, no code conversion occurs. | 3116 to the value of CODESYS. If this is nil, no code conversion occurs. |
3117 | |
3118 As a special kludge to support auto-saving, when START is nil START and | |
3119 END are set to the beginning and end, respectively, of the buffer, | |
3120 regardless of any restrictions. Don't use this feature. It is documented | |
3121 here because write-region handler writers need to be aware of it. | |
3117 */ | 3122 */ |
3118 (start, end, filename, append, visit, lockname, codesys)) | 3123 (start, end, filename, append, visit, lockname, codesys)) |
3119 { | 3124 { |
3120 /* This function can call lisp. GC checked 2000-07-28 ben */ | 3125 /* This function can call lisp. GC checked 2000-07-28 ben */ |
3121 int desc; | 3126 int desc; |