Removing an earlier attempt at making M-W work at startup.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5305 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Benno Schulenberg
2015-07-17 21:06:46 +00:00
parent 98ffb642f3
commit 1dc298d28b
2 changed files with 4 additions and 2 deletions

View File

@@ -3023,8 +3023,6 @@ void load_history(void)
fclose(hist);
free(line);
if (search_history->prev != NULL)
last_search = mallocstrcpy(NULL, search_history->prev->data);
}
free(nanohist);
free(legacyhist);