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

Remove default of disallowing null and option to allow it. Allow null is default and no option.

This commit is contained in:
2013-06-10 15:00:15 +08:00
parent 45527243a0
commit b6c7a2cc80
3 changed files with 0 additions and 9 deletions

View File

@@ -94,7 +94,6 @@ char palstr[49] = ""; /* palette string */
int saveflag = 0; /* Flags, saved with the $target var */
int rval = 0; /* return value of a subprocess */
#if PKCODE
int nullflag = FALSE; /* accept null characters */
int justflag = FALSE; /* justify, don't fill */
#endif
int overlap = 0; /* line overlap in forw/back page */