From 782d260e52c693b9e38995f04db5a53d3a0f95b5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 5 Oct 1995 23:15:11 +0000 Subject: [PATCH] (Fmove_to_column): Make it interactive. --- src/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indent.c b/src/indent.c index 395ba57864a..16a5c4ef039 100644 --- a/src/indent.c +++ b/src/indent.c @@ -463,7 +463,7 @@ indented_beyond_p (pos, column) } -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\ -- 2.39.2