]> git.wh0rd.org Git - nano.git/commitdiff
fix changelog entry
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 26 May 2005 05:39:53 +0000 (05:39 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 26 May 2005 05:39:53 +0000 (05:39 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2547 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog

index 2d1bd240ee1843a9d2dc1956ab42f4d9c5d31d00..d79e0a07f1f573163ee608249d2c1838ed69703a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -116,8 +116,9 @@ CVS code -
        - Rename variable def to curranswer to avoid confusion. (DLR)
        - Only declare and use the tabbed variable if DISABLE_TABCOMP
          isn't defined. (DLR)
-       - Refactor to remove unneccessary variable answer_len and hence
-         avoid an assertion failure involving it. (DLR)
+       - Refactor to replace unnecessary variable answer_len with
+         curranswer_len, and hence avoid an assertion failure involving
+         the former. (DLR)
   statusq()
        - Rename variable which_history to history_list, for
          consistency. (DLR)