emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/rect.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/rect.el
Date: Thu, 27 Jun 2002 12:09:51 -0400

Index: emacs/lisp/rect.el
diff -c emacs/lisp/rect.el:1.42 emacs/lisp/rect.el:1.43
*** emacs/lisp/rect.el:1.42     Tue May  7 15:30:21 2002
--- emacs/lisp/rect.el  Thu Jun 27 12:09:51 2002
***************
*** 37,48 ****
  
  ;;;###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.
  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")
  
  ;; not used any more --dv
  ;; extract-rectangle-line stores lines into this list
--- 37,47 ----
  
  ;;;###autoload
  (defun move-to-column-force (column &optional flag)
!   "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")
  
  ;; not used any more --dv
  ;; extract-rectangle-line stores lines into this list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]