]> code.delx.au - gnu-emacs/commitdiff
(indented_beyond_p): Return the right kind of value.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Jun 1998 20:31:53 +0000 (20:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Jun 1998 20:31:53 +0000 (20:31 +0000)
src/indent.c

index 0d49c9515ccd9e0c4d48a1a666af88e28c4e3ba0..c739da725dfbe99271bea05fc81f3f1235f88be6 100644 (file)
@@ -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;
 }
 \f
 DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p",