]> git.eshelyaron.com Git - emacs.git/commitdiff
(replace-rectangle): Add autoload.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Mar 2002 18:26:36 +0000 (18:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Mar 2002 18:26:36 +0000 (18:26 +0000)
lisp/rect.el

index 84094cdb6ea5624dddb7b042fe506d7473aec057..f20ae6b5b41c737ed3af6fd195ad629a497893b6 100644 (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