Commit 85f9f0f9 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

simplify

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3909 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 385e772e
No related merge requests found
Showing with 4 additions and 4 deletions
+4 -4
...@@ -194,11 +194,11 @@ void do_cut_text( ...@@ -194,11 +194,11 @@ void do_cut_text(
cb_save->data -= cb_save_len; cb_save->data -= cb_save_len;
} else } else
copy_from_filestruct(cutbuffer, cutbottom); copy_from_filestruct(cutbuffer, cutbottom);
}
/* Set the current place we want to where the text from the /* Set the current place we want to where the text from the
* cutbuffer ends. */ * cutbuffer ends. */
openfile->placewewant = xplustabs(); openfile->placewewant = xplustabs();
}
/* Set NO_NEWLINES back to what it was before, since we're done /* Set NO_NEWLINES back to what it was before, since we're done
* disturbing the text. */ * disturbing the text. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment