X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lisp%2Frect.el;h=28f054913d1fe1ba32bd1b394fa776290601c8da;hp=6f42ee493796caf711696b62099e92cfcbc1c325;hb=dbf2768f7b146e97e37a27316f70bb313f1acf15;hpb=042cabb13b0419d8aa5cfac9e087d78730d1dbc7 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."