* src/indent.c (Fmove_to_column): Change interactive spec.

This commit is contained in:
Reuben Thomas 2012-04-13 14:20:39 +08:00 committed by Chong Yidong
parent 8712423321
commit c25df26eff
3 changed files with 10 additions and 1 deletions

View file

@ -37,6 +37,10 @@ been adding them there, put them somewhere else, eg site-lisp.
* Editing Changes in Emacs 24.2
** M-x move-to-column, if called interactively with no prefix arg, now
prompts for a column number.
* Changes in Specialized Modes and Packages in Emacs 24.2

View file

@ -1,3 +1,7 @@
2012-04-13 Reuben Thomas <rrt@sc3d.org>
* indent.c (Fmove_to_column): Change interactive spec (Bug#739).
2012-04-11 Daniel Colascione <dancol@dancol.org>
* s/cygwin.h: The vfork the #define in cygwin.h was protecting

View file

@ -956,7 +956,8 @@ indented_beyond_p (EMACS_INT pos, EMACS_INT pos_byte, EMACS_INT column)
return val >= column;
}
DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2, "p",
DEFUN ("move-to-column", Fmove_to_column, Smove_to_column, 1, 2,
"NMove to column:",
doc: /* Move point to column COLUMN in the current line.
Interactively, COLUMN is the value of prefix numeric argument.
The column of a character is calculated by adding together the widths