]> git.eshelyaron.com Git - emacs.git/commitdiff
(move-to-column-force): Add autoload cookie to obsolescence declaration.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 18 Jul 2002 06:14:35 +0000 (06:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 18 Jul 2002 06:14:35 +0000 (06:14 +0000)
lisp/rect.el

index 933a2de81ff1d538e484a8a6caec3d810eedad6f..1fa5900b2c9f85278d64671e7fa7349072440a4b 100644 (file)
@@ -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