# HG changeset patch # User Juanma Barranquero # Date 1026972875 0 # Node ID 8e08ec435afda45fbe492c275e913c49077e659c # Parent f44beb42c7c1e4c3fd5301b0344f52a585678bc8 (move-to-column-force): Add autoload cookie to obsolescence declaration. diff -r f44beb42c7c1 -r 8e08ec435afd lisp/rect.el --- a/lisp/rect.el Thu Jul 18 06:13:27 2002 +0000 +++ b/lisp/rect.el Thu Jul 18 06:14:35 2002 +0000 @@ -41,6 +41,8 @@ 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))) + +;;;###autoload (make-obsolete 'move-to-column-force 'move-to-column "21.2") ;; not used any more --dv