aboutsummaryrefslogtreecommitdiffstats
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 0d49c9515c..c739da725d 100644
--- a/src/indent.c
+++ b/src/indent.c
@@ -801,7 +801,7 @@ indented_beyond_p (pos, pos_byte, column)
val = position_indentation (PT_BYTE);
SET_PT_BOTH (opoint, opoint_byte);
- return val;
+ return val >= column;
}
DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p",