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