nano

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

commit aca5d04f4284b5cc55290fae2f5d597854fda0aa
parent 6aec4b85e6ced4b991cd4a6563ac47327ea9658b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Fri, 19 Mar 2004 01:35:57 +0000

typo fix


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

Diffstat:
MChangeLog | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -107,7 +107,7 @@ CVS code - - Add more descriptive comments explaining the termios and curses setup routines, and turn the keypad on before setting the input mode. (DLR) - - Remove stray HAVE_GETOPT_LONG $ifdefs. (DLR) + - Remove stray HAVE_GETOPT_LONG #ifdefs. (DLR) - nano.h: - Move the NANO_H include guard up before the first #include. (DLR)