]> code.delx.au - gnu-emacs/blobdiff - lisp/rect.el
*** empty log message ***
[gnu-emacs] / 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