XEmacs 21.4.9 "Informed Management".
[chise/xemacs-chise.git.1] / lisp / rect.el
index 6f42ee4..28f0549 100644 (file)
@@ -310,6 +310,7 @@ When called from a program, the rectangle's corners are START and END."
   (apply-on-rectangle 'string-rectangle-line start end string
                       (and (boundp 'pending-delete-mode) pending-delete-mode)))
 
+;;;###autoload
 (defun replace-rectangle (start end string)
   "Like `string-rectangle', but unconditionally replace the original region,
 as if `pending-delete-mode' were active."