From: David Lawrence Ramsey Date: Tue, 5 Apr 2005 14:18:41 +0000 (+0000) Subject: remove unneeded space X-Git-Tag: v1.3.7~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=53d7bce68a65f7ae3805ceff9f9ead4f5c39e979;p=nano.git remove unneeded space git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2450 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 7711d89e..e7d6b5f9 100644 --- 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