Mercurial > emacs
changeset 22560:ce6e85fd8036
(indented_beyond_p): Return the right kind of value.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 23 Jun 1998 20:31:53 +0000 |
parents | d9e33b33a02f |
children | 3b18bf846d3c |
files | src/indent.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/indent.c Tue Jun 23 18:37:01 1998 +0000 +++ b/src/indent.c Tue Jun 23 20:31:53 1998 +0000 @@ -801,7 +801,7 @@ 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",