1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Partial move configuration options out of estruct.h.

This commit is contained in:
2013-10-11 14:09:29 +08:00
parent c4becabbc2
commit da813d2efc
8 changed files with 20 additions and 31 deletions

View File

@@ -2,6 +2,11 @@
#include "fileio.h"
#ifdef CTRLZ
#undef CTRLZ
#endif
#define CTRLZ 0 /* add a ^Z at end of files under MSDOS only */
/* FILEIO.C
*
* The routines in this file read and write ASCII files from the disk. All of