nano

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

commit 544c56c036ee855fc01e9a6fb46de2658d70ddf5
parent 9b1c868326bc9bb6246e6339aad27def846cf74f
Author: Chris Allegretta <chrisa@asty.org>
Date:   Wed, 11 Aug 2010 02:41:26 +0000

Back to SVN, fix typo



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

Diffstat:
MNEWS | 2+-
Mconfigure.ac | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS @@ -4,7 +4,7 @@ when being used out of crontab). For very strange situations (such as where you cannot change the permissions on the file you're writing, there is a new rc file option - "allow_insecure_backup" to be even more permission and + "allow_insecure_backup" to be even more permissive and allowing the write to proceed. Also included are some syntax highlighting updated, and that is about it. Keep fighting the good fight children. diff --git a/configure.ac b/configure.ac @@ -20,7 +20,7 @@ # # $Id$ -AC_INIT([GNU nano], [2.2.5], [nano-devel@gnu.org], [nano]) +AC_INIT([GNU nano], [2.2.5-svn], [nano-devel@gnu.org], [nano]) AC_CONFIG_SRCDIR([src/nano.c]) AC_CANONICAL_TARGET([]) AM_INIT_AUTOMAKE