X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Frect.el;h=28f054913d1fe1ba32bd1b394fa776290601c8da;hb=d8e2c39815f3ed3294db20d0afa23d493341289e;hp=6f42ee493796caf711696b62099e92cfcbc1c325;hpb=82f6d62ee211b1d36e8f45fed3ee3edde82b6916;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/rect.el b/lisp/rect.el index 6f42ee4..28f0549 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -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."