]> git.wh0rd.org Git - nano.git/commit
make write_marked() always call write_file() with nonamechange set to
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 28 May 2004 00:15:28 +0000 (00:15 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 28 May 2004 00:15:28 +0000 (00:15 +0000)
commit2f0d03b4a295192df4cb136fce5fb6b931bc3566
treec4c7c962d3abf1cdbc702cb047c719fa130fcb98
parent228148b87ace35f4d81adbce8c06f5e8aba13857
make write_marked() always call write_file() with nonamechange set to
TRUE (and hence no longer take a namechange parameter itself) to fix a
bug where writing a selection would change the current filename, and
make die_save_file() do the same since we don't need to change the
current filename if we're writing emergency backup files

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1770 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/files.c
src/nano.c
src/proto.h