From: Andreas Schwab Date: Thu, 3 Dec 1998 09:35:24 +0000 (+0000) Subject: (delete-whitespace-rectangle): Mark for autoload. X-Git-Tag: emacs-20.4~1137 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee9ec2a52c438e9793f2c9617814d73656827222;p=emacs.git (delete-whitespace-rectangle): Mark for autoload. (close-rectangle): Define alias only once in loaddefs.el. --- 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