changeset 44207:6c55bf040a71

(replace-rectangle): Add autoload.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Mar 2002 18:26:36 +0000
parents da940f349a2b
children 7213f46c80a0
files lisp/rect.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rect.el	Thu Mar 28 18:26:07 2002 +0000
+++ b/lisp/rect.el	Thu Mar 28 18:26:36 2002 +0000
@@ -335,6 +335,7 @@
 			(car string-rectangle-history)))))
   (apply-on-rectangle 'string-rectangle-line start end string t))
 
+;;;###autoload
 (defalias 'replace-rectangle 'string-rectangle)
 
 ;;;###autoload