nano

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

commit 53d7bce68a65f7ae3805ceff9f9ead4f5c39e979
parent a716bf42bcb51f531eba383030b5dee0cd1a434f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Tue,  5 Apr 2005 14:18:41 +0000

remove unneeded space


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

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

diff --git a/ChangeLog b/ChangeLog @@ -561,7 +561,7 @@ GNU nano 1.3.5 - 2004.11.22 - After reading in a file and detecting the format it's in, set the file format flags (DOS_FILE and MAC_FILE) to match, and preserve them across multiple file buffers. Changes to - read_file(), add_open_file(), and load_open_file(). (DLR, + read_file(), add_open_file(), and load_open_file(). (DLR, suggested by Bill Soudan) - Remove the -D/--dos and -M/--mac command line options, as they aren't much use with the new file format autodetection. Also