summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
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;