]> git.eshelyaron.com Git - emacs.git/commitdiff
(move-to-column-force): Likewise.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 27 Jun 2002 16:09:51 +0000 (16:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 27 Jun 2002 16:09:51 +0000 (16:09 +0000)
lisp/rect.el

index dd674a07bbbee13c0a12072ad9e476bfdd073ab1..933a2de81ff1d538e484a8a6caec3d810eedad6f 100644 (file)
 
 ;;;###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