Mercurial > emacs
changeset 46512:8e08ec435afd
(move-to-column-force): Add autoload cookie to obsolescence declaration.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 18 Jul 2002 06:14:35 +0000 |
parents | f44beb42c7c1 |
children | d41a7efb91c9 |
files | lisp/rect.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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