From 731e7f28e70f294c2ee6b808b3e778830ea8193e Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 9 Oct 2004 20:16:17 +0000
Subject: [PATCH] oops, Pico doesn't preserve placewewant when inserting a
 file; we do it for consistency

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1983 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0753c280..6a621f72 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -85,8 +85,7 @@ CVS code -
 	- Add missing #ifdefs around the wrap_reset() call so that nano
 	  compiles with wrapping disabled again. (DLR)
 	- When inserting a file in non-multibuffer mode, preserve
-	  placewewant as well as current_x, for compatibility with
-	  Pico. (DLR)
+	  placewewant as well as current_x, for consistency. (DLR)
   do_writeout()
 	- Restructure if blocks for greater efficiency, using
 	  do_insertfile() as a model. (DLR)
-- 
GitLab