more minor cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1834 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey
2004-07-01 18:59:52 +00:00
parent 0fb841a78a
commit ebd0d7c859
7 changed files with 64 additions and 57 deletions

View File

@@ -439,10 +439,7 @@ int do_insertfile(int loading_file)
wrap_reset();
#endif
#if !defined(DISABLE_BROWSER) || !defined(NANO_SMALL) && defined(ENABLE_MULTIBUFFER)
start_again: /* Goto here when the user cancels the file browser. */
#endif
start_again:
#if !defined(DISABLE_BROWSER) || !defined(DISABLE_MOUSE)
currshortcut = insertfile_list;
#endif
@@ -599,7 +596,7 @@ int do_insertfile(int loading_file)
titlebar(NULL);
/* And re-init the shortcut list */
shortcut_init(0);
shortcut_init(FALSE);
}
#endif
@@ -1019,7 +1016,7 @@ int close_open_file(void)
unlink_opennode(tmp);
delete_opennode(tmp);
shortcut_init(0);
shortcut_init(FALSE);
display_main_list();
return 0;
}