diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index 0d49c9515cc..c739da725df 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -801,7 +801,7 @@ indented_beyond_p (pos, pos_byte, column) | |||
| 801 | 801 | ||
| 802 | val = position_indentation (PT_BYTE); | 802 | val = position_indentation (PT_BYTE); |
| 803 | SET_PT_BOTH (opoint, opoint_byte); | 803 | SET_PT_BOTH (opoint, opoint_byte); |
| 804 | return val; | 804 | return val >= column; |
| 805 | } | 805 | } |
| 806 | 806 | ||
| 807 | DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p", | 807 | DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p", |