comparison src/indent.c @ 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 ac7375e60931
children 5b1671bd3cc1
comparison
equal deleted inserted replaced
13123:e712a11f25a0 13124:e44b06fc718d
461 pos = find_next_newline_no_quit (pos - 1, -1); 461 pos = find_next_newline_no_quit (pos - 1, -1);
462 return (position_indentation (pos) >= column); 462 return (position_indentation (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\
470 This function ignores line-continuation;\n\ 470 This function ignores line-continuation;\n\
471 there is no upper limit on the column number a character can have\n\ 471 there is no upper limit on the column number a character can have\n\