diff options
| author | Juanma Barranquero | 2002-07-18 06:14:35 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-07-18 06:14:35 +0000 |
| commit | df2801ecdde2170fb38ccbc95c830fa9c5ff20db (patch) | |
| tree | c30979af3f40795d32360a0080b485d9f13ef202 /lisp/rect.el | |
| parent | ad0be9a1d4f1491ebb4133e10b16d6da79eb7840 (diff) | |
| download | emacs-df2801ecdde2170fb38ccbc95c830fa9c5ff20db.tar.gz emacs-df2801ecdde2170fb38ccbc95c830fa9c5ff20db.zip | |
(move-to-column-force): Add autoload cookie to obsolescence declaration.
Diffstat (limited to 'lisp/rect.el')
| -rw-r--r-- | lisp/rect.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/rect.el b/lisp/rect.el index 933a2de81ff..1fa5900b2c9 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -41,6 +41,8 @@ | |||
| 41 | As for `move-to-column', passing anything but nil or t in FLAG will move to | 41 | As for `move-to-column', passing anything but nil or t in FLAG will move to |
| 42 | the desired column only if the line is long enough." | 42 | the desired column only if the line is long enough." |
| 43 | (move-to-column column (or flag t))) | 43 | (move-to-column column (or flag t))) |
| 44 | |||
| 45 | ;;;###autoload | ||
| 44 | (make-obsolete 'move-to-column-force 'move-to-column "21.2") | 46 | (make-obsolete 'move-to-column-force 'move-to-column "21.2") |
| 45 | 47 | ||
| 46 | ;; not used any more --dv | 48 | ;; not used any more --dv |