From ee9ec2a52c438e9793f2c9617814d73656827222 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 3 Dec 1998 09:35:24 +0000 Subject: [PATCH] (delete-whitespace-rectangle): Mark for autoload. (close-rectangle): Define alias only once in loaddefs.el. --- lisp/rect.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/rect.el b/lisp/rect.el index 9ba8edf2499..3a643c63add 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -226,8 +226,8 @@ but instead winds up to the right of the rectangle." ;; Open the desired width, plus same amount of whitespace we just deleted. (indent-to (+ endcol whitewidth)))) +;;;###autoload (defalias 'close-rectangle 'delete-whitespace-rectangle) ;; Old name ;;;###autoload -(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 -- 2.39.5