Mercurial > emacs
changeset 13124:e44b06fc718d
(Fmove_to_column): Make it interactive.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 05 Oct 1995 23:15:11 +0000 |
parents | e712a11f25a0 |
children | 731ef06c5677 |
files | src/indent.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\