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:
parent
ad0be9a1d4
commit
df2801ecdd
@ -41,6 +41,8 @@
|
|||||||
As for `move-to-column', passing anything but nil or t in FLAG will move to
|
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."
|
the desired column only if the line is long enough."
|
||||||
(move-to-column column (or flag t)))
|
(move-to-column column (or flag t)))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(make-obsolete 'move-to-column-force 'move-to-column "21.2")
|
(make-obsolete 'move-to-column-force 'move-to-column "21.2")
|
||||||
|
|
||||||
;; not used any more --dv
|
;; not used any more --dv
|
||||||
|
Loading…
Reference in New Issue
Block a user