cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3664 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2006-06-18 15:26:51 +00:00
parent ee995b7d27
commit bac8908814
1 changed files with 4 additions and 1 deletions

View File

@ -256,9 +256,12 @@ void do_uncut_text(void)
* cutbuffer ends. */
openfile->placewewant = xplustabs();
edit_refresh();
/* Mark the file as modified. */
set_modified();
/* Update the screen. */
edit_refresh();
#ifdef DEBUG
dump_filestruct_reverse();
#endif