minor cleanups

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1992 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2004-10-15 16:25:56 +00:00
parent fc965a4869
commit 4b7e3c3efa
5 changed files with 23 additions and 32 deletions

View File

@@ -1731,9 +1731,6 @@ int write_marked(const char *name, int tmp, int append)
char *origcharloc;
/* The location of the character we nulled. */
if (!ISSET(MARK_ISSET))
return retval;
/* Set fileage as the top of the mark, and filebot as the bottom. */
if (current->lineno > mark_beginbuf->lineno ||
(current->lineno == mark_beginbuf->lineno &&