(replace-rectangle): Add autoload.

This commit is contained in:
Richard M. Stallman 2002-03-28 18:26:36 +00:00
parent 7078d9d20f
commit 0c54cd99f5

View file

@ -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