Mercurial > emacs
changeset 33750:8d31bbd5374c
(replace-rectangle): Don't call string-rectangle-line
with too many arguments.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 22 Nov 2000 15:03:12 +0000 |
parents | 2cced032a4cc |
children | 47dc916d4899 |
files | lisp/rect.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/rect.el Wed Nov 22 14:53:54 2000 +0000 +++ b/lisp/rect.el Wed Nov 22 15:03:12 2000 +0000 @@ -344,7 +344,7 @@ (defun replace-rectangle (start end string) "Like `string-rectangle', but replace the original region." (interactive "*r\nsString rectangle: ") - (apply-on-rectangle 'string-rectangle-line start end string t)) + (apply-on-rectangle 'string-rectangle-line start end string)) ;;;###autoload (defun clear-rectangle (start end &optional fill)