diff options
| author | Richard M. Stallman | 1995-10-05 23:15:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-10-05 23:15:11 +0000 |
| commit | 782d260e52c693b9e38995f04db5a53d3a0f95b5 (patch) | |
| tree | da486dc800453703956f3f4e312a18a2b2d2637f /src | |
| parent | f42c58a21568c465afe20d59a990689d56c4ba80 (diff) | |
| download | emacs-782d260e52c693b9e38995f04db5a53d3a0f95b5.tar.gz emacs-782d260e52c693b9e38995f04db5a53d3a0f95b5.zip | |
(Fmove_to_column): Make it interactive.
Diffstat (limited to 'src')
| -rw-r--r-- | src/indent.c | 2 |
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) | |||
| 463 | } | 463 | } |
| 464 | 464 | ||
| 465 | 465 | ||
| 466 | DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, 0, | 466 | DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p", |
| 467 | "Move point to column COLUMN in the current line.\n\ | 467 | "Move point to column COLUMN in the current line.\n\ |
| 468 | The column of a character is calculated by adding together the widths\n\ | 468 | The column of a character is calculated by adding together the widths\n\ |
| 469 | as displayed of the previous characters in the line.\n\ | 469 | as displayed of the previous characters in the line.\n\ |