diff src/indent.c @ 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 42ceb5f0718f
children e22bbc6b44d1 46882e012e30 4c90ffeb71c5
line wrap: on
line diff
--- a/src/indent.c	Sun May 02 16:48:20 2004 +0000
+++ b/src/indent.c	Sun May 02 16:57:32 2004 +0000
@@ -1,5 +1,5 @@
 /* Indentation functions.
-   Copyright (C) 1985,86,87,88,93,94,95,98,2000,01,02,2003
+   Copyright (C) 1985,86,87,88,93,94,95,98,2000,01,02,03,2004
    Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -1407,6 +1407,7 @@
 	      vpos++;
 	      contin_hpos = prev_hpos;
 	      prev_hpos = 0;
+	      prev_vpos = vpos;
 	    }
 	}