Commit bac89088 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3664 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent ee995b7d
Showing with 4 additions and 1 deletion
+4 -1
......@@ -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
......
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