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:
parent
ad0be9a1d4
commit
df2801ecdd
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue