diff options
Diffstat (limited to 'lisp')
| -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 |