From 0088a46e472a67523489ee63f95df9f71d4c0454 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 8 Apr 1995 21:10:03 +0000 Subject: [PATCH] (Fmove_to_column): Fix minor bug in prev change. --- src/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indent.c b/src/indent.c index fa757f97676..b8d3db3b193 100644 --- a/src/indent.c +++ b/src/indent.c @@ -514,7 +514,7 @@ and if COLUMN is in the middle of a tab character, change it to spaces.") { col += XVECTOR (DISP_CHAR_VECTOR (dp, c))->size; pos++; - break; + continue; } if (c == '\n') break; -- 2.39.5