diff src/indent.c @ 11312:f48922d85166

(Fmove_to_column): Fix minor bug in prev change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 08 Apr 1995 21:10:03 +0000
parents 474b17d364db
children 6c9716b7a23d
line wrap: on
line diff
--- a/src/indent.c	Sat Apr 08 20:58:37 1995 +0000
+++ b/src/indent.c	Sat Apr 08 21:10:03 1995 +0000
@@ -514,7 +514,7 @@
 	{
 	  col += XVECTOR (DISP_CHAR_VECTOR (dp, c))->size;
 	  pos++;
-	  break;
+	  continue;
 	}
       if (c == '\n')
 	break;