diff lisp/rect.el @ 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 06ea4b707bb2
children e88404e8f2cf
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