diff lisp/rect.el @ 44207:6c55bf040a71

(replace-rectangle): Add autoload.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Mar 2002 18:26:36 +0000
parents c33c91ae60fc
children 37fdab0b94fa
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