From: Richard M. Stallman Date: Thu, 28 Mar 2002 18:26:36 +0000 (+0000) Subject: (replace-rectangle): Add autoload. X-Git-Tag: ttn-vms-21-2-B4~15932 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c54cd99f539b7fb790e590dd59a1ea73a4ec59d;p=emacs.git (replace-rectangle): Add autoload. --- 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