From b4de43a3034309b243f686faf08cfa69c13bfca0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 5 Nov 1998 19:12:21 +0000 Subject: [PATCH] (delete-whitespace-rectangle): close-rectangle renamed. (close-rectangle): Define as alias. --- lisp/rect.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/rect.el b/lisp/rect.el index c9b8d2d659d..4636abe1315 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -206,7 +206,8 @@ but instead winds up to the right of the rectangle." (indent-to (+ endcol whitewidth)))) ;;;###autoload -(defun close-rectangle (start end) +(defalias 'close-rectangle 'delete-whitespace-rectangle) ;; Old name +(defun delete-whitespace-rectangle (start end) "Delete all whitespace following a specified column in each line. The left edge of the rectangle specifies the position in each line at which whitespace deletion should begin. On each line in the -- 2.39.2