summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-10-05 23:15:11 +0000
committerRichard M. Stallman <rms@gnu.org>1995-10-05 23:15:11 +0000
commit590b021eb0c35d7c6368587b1b2478fee1810e4e (patch)
treea65d658d458eecd1864f2ff2ae6924e10e9cb1fa
parent9839b6ba9316b11bdc83b46afe9b3a12b0ad5e7a (diff)
downloademacs-590b021eb0c35d7c6368587b1b2478fee1810e4e.tar.gz
(Fmove_to_column): Make it interactive.
-rw-r--r--src/indent.c2
1 files changed, 1 insertions, 1 deletions
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\