nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 0c0cafbc19dfe24ef14b56397c7a3289e832333d
parent 76520a8ec49305f1f357ec2d33e6373d5aae6cc8
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu, 26 Oct 2006 15:55:39 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3915 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 2++
Msrc/nano.c | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,4 +1,6 @@ CVS code - +- General: + - Miscellaneous comment fixes. (DLR) GNU nano 1.9.99pre3 - 2006.10.25 - chars.c: diff --git a/src/nano.c b/src/nano.c @@ -1922,7 +1922,7 @@ int main(int argc, char **argv) } } - /* If the executable filename starts with 'r', we use restricted + /* If the executable filename starts with 'r', enable restricted * mode. */ if (*(tail(argv[0])) == 'r') SET(RESTRICTED);