* global.c, help.c, browser.c, files.c, proto.h: Fix several compipation and programmatic

issues with --disable-help, especially that do-writeout was treating ^G the same as ^M.



git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4317 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta
2008-08-30 21:00:00 +00:00
parent 874969be81
commit 1d77823f79
7 changed files with 73 additions and 57 deletions

View File

@@ -1948,6 +1948,8 @@ bool do_writeout(bool exiting)
} else if (s && s->scfunc == (void *) append_msg) {
append = (append == APPEND) ? OVERWRITE : APPEND;
continue;
} else if (s && s->scfunc == do_help_void) {
continue;
}
#ifdef DEBUG