diff src/ChangeLog @ 55311:d5519e60c9c6

(compute_motion): Save vpos in prev_vpos when dealing with continuation lines, too.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 May 2004 16:57:32 +0000
parents 025486511229
children edf85709fdb8
line wrap: on
line diff
--- a/src/ChangeLog	Sun May 02 16:48:20 2004 +0000
+++ b/src/ChangeLog	Sun May 02 16:57:32 2004 +0000
@@ -1,3 +1,8 @@
+2004-05-02  Romain Francoise  <romain@orebokech.com>  (tiny change)
+
+	* indent.c (compute_motion): Save vpos in prev_vpos when dealing
+	with continuation lines, too.
+
 2004-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
 
 	* syssignal.h (init_signals): Move decl outside `#ifdef POSIX_SIGNALS'.