# HG changeset patch # User Juanma Barranquero # Date 1025194191 0 # Node ID 06ea4b707bb268a26bbb13fe697f816cc71e0329 # Parent ef0684c3e07bc1814da3edec5d861eff31b3b475 (move-to-column-force): Likewise. diff -r ef0684c3e07b -r 06ea4b707bb2 lisp/rect.el --- a/lisp/rect.el Thu Jun 27 16:09:19 2002 +0000 +++ b/lisp/rect.el Thu Jun 27 16:09:51 2002 +0000 @@ -37,12 +37,11 @@ ;;;###autoload (defun move-to-column-force (column &optional flag) - "Obsolete. Use `move-to-column'. -If COLUMN is within a multi-column character, replace it by spaces and tab. + "If COLUMN is within a multi-column character, replace it by spaces and tab. As for `move-to-column', passing anything but nil or t in FLAG will move to the desired column only if the line is long enough." (move-to-column column (or flag t))) -(make-obsolete 'move-to-column-force "move-to-column" "21.2") +(make-obsolete 'move-to-column-force 'move-to-column "21.2") ;; not used any more --dv ;; extract-rectangle-line stores lines into this list