]> git.wh0rd.org Git - nano.git/commit
per DB's patch (with a few updates of mine), convert the shortcut list
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 2 Jul 2004 14:31:03 +0000 (14:31 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 2 Jul 2004 14:31:03 +0000 (14:31 +0000)
commit72e51ab037ded96fe59c4ac10ec20e71db01cfc4
tree03227d02bba6ec4a65f4a0c1d7f766385f87102c
parent74912c6090ff77b6a5d392566043864ead1a6db5
per DB's patch (with a few updates of mine), convert the shortcut list
functions and most related functions to return void instead of int, as
the return values of all those functions are essentially unused; also
add a few related miscellaneous cleanups

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1836 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
src/cut.c
src/files.c
src/global.c
src/move.c
src/nano.c
src/nano.h
src/proto.h
src/search.c
src/winio.c