1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(move-to-column-force): Add autoload cookie to obsolescence declaration.

This commit is contained in:
Juanma Barranquero 2002-07-18 06:14:35 +00:00
parent ad0be9a1d4
commit df2801ecdd

View 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