diff --git a/ChangeLog b/ChangeLog
index 2d61bb2b7b7d733d082db61fb80d0eb2a989e7cb..a4167ae6752ab3b061c17627954a9c07db23bfe5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -86,8 +86,6 @@ CVS code -
 	  do_replace_loop(), and do_replace(). (DLR)
 - files.c:
   do_insertfile()
-	- Readd the NANO_SMALL #ifdef around the start_again: label to
-	  avoid a warning. (DLR)
 	- Simplify by reusing variables whereever possible, and add a
 	  parameter execute to indicate whether or not to be in "Execute
 	  Command" mode. (DLR)
@@ -1008,7 +1006,6 @@ GNU nano 1.3.3 - 2004.06.28
 - config.rpath:
 	- Replace usage of egrep with grep -E, avoiding a XSI:ism (David
 	  Weinehall)
-
 - faq.html:
 	- Removed question about the NumLock glitch, as it's no longer
 	  needed. (DLR)