]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmove_to_column): Make it interactive.
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Oct 1995 23:15:11 +0000 (23:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Oct 1995 23:15:11 +0000 (23:15 +0000)
src/indent.c

index 395ba57864a8fdc1a96b55ccc912935c64df2d4d..16a5c4ef03962e5eaac12ea2341e0a6bb0e0a01e 100644 (file)
@@ -463,7 +463,7 @@ indented_beyond_p (pos, column)
 }
 
 \f
-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\