1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00: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