# HG changeset patch # User Richard M. Stallman # Date 812934911 0 # Node ID e44b06fc718dc6f33f97427c3d0d3b51950c4d08 # Parent e712a11f25a068bace528d0e6a66d8a502bc54cf (Fmove_to_column): Make it interactive. diff -r e712a11f25a0 -r e44b06fc718d src/indent.c --- a/src/indent.c Thu Oct 05 22:26:26 1995 +0000 +++ b/src/indent.c Thu Oct 05 23:15:11 1995 +0000 @@ -463,7 +463,7 @@ } -DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, 0, +DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p", "Move point to column COLUMN in the current line.\n\ The column of a character is calculated by adding together the widths\n\ as displayed of the previous characters in the line.\n\