From d4ddd014a368bbc39a98be5123895eea2bc641cb Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Tue, 23 Jan 2001 01:17:07 +0000
Subject: [PATCH] Oops, center_x and y, not current.  Thx Rocco

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

diff --git a/ChangeLog b/ChangeLog
index 978b679a..f8f21ed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 CVS code -
 General
-	- Removed current_x and current_y globals.  current_y was
-	  completely unused and current_x was only used a few places,
+	- Removed center_x and center_y globals.  center_y was
+	  completely unused and center_x was only used a few places,
 	  easily replaced with COLS / 2.
 	- Deleted free_node, duplicate of delete_node, and changed all
 	  free_node calls to delete_node.
-- 
GitLab