diff options
| author | Richard M. Stallman | 2002-03-28 18:26:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-03-28 18:26:36 +0000 |
| commit | 0c54cd99f539b7fb790e590dd59a1ea73a4ec59d (patch) | |
| tree | 8a1fe1b7c4434e07a9be2549e2fb93b67755d9ad /lisp | |
| parent | 7078d9d20f93a350b3fc2c6fd36d70fadc75c163 (diff) | |
| download | emacs-0c54cd99f539b7fb790e590dd59a1ea73a4ec59d.tar.gz emacs-0c54cd99f539b7fb790e590dd59a1ea73a4ec59d.zip | |
(replace-rectangle): Add autoload.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/rect.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/rect.el b/lisp/rect.el index 84094cdb6ea..f20ae6b5b41 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -335,6 +335,7 @@ Called from a program, takes three args; START, END and STRING." | |||
| 335 | (car string-rectangle-history))))) | 335 | (car string-rectangle-history))))) |
| 336 | (apply-on-rectangle 'string-rectangle-line start end string t)) | 336 | (apply-on-rectangle 'string-rectangle-line start end string t)) |
| 337 | 337 | ||
| 338 | ;;;###autoload | ||
| 338 | (defalias 'replace-rectangle 'string-rectangle) | 339 | (defalias 'replace-rectangle 'string-rectangle) |
| 339 | 340 | ||
| 340 | ;;;###autoload | 341 | ;;;###autoload |