diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-03-28 18:26:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-03-28 18:26:36 +0000 |
commit | 0c54cd99f539b7fb790e590dd59a1ea73a4ec59d (patch) | |
tree | 8a1fe1b7c4434e07a9be2549e2fb93b67755d9ad /lisp/rect.el | |
parent | 7078d9d20f93a350b3fc2c6fd36d70fadc75c163 (diff) | |
download | emacs-0c54cd99f539b7fb790e590dd59a1ea73a4ec59d.tar.gz |
(replace-rectangle): Add autoload.
Diffstat (limited to 'lisp/rect.el')
-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." (car string-rectangle-history))))) (apply-on-rectangle 'string-rectangle-line start end string t)) +;;;###autoload (defalias 'replace-rectangle 'string-rectangle) ;;;###autoload |