]> git.wh0rd.org Git - nano.git/commit
since KEEP_CUTBUFFER is only used in cut.c, make it a static variable in
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 29 May 2004 15:36:58 +0000 (15:36 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 29 May 2004 15:36:58 +0000 (15:36 +0000)
commitc833d9e80fe76c8042cd16a8b38e3da3309f8fa3
tree4483a6c0ac01d2f4a8b56f88d7f781dd279de291
parent12e066f9d4ee0393664a027214d04ccd8761c533
since KEEP_CUTBUFFER is only used in cut.c, make it a static variable in
cut.c instead of a flag, and unset it in other files via the new
function cutbuffer_reset()

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