Mercurial > emacs
diff lisp/rect.el @ 23812:baf00f643ccf
(delete-whitespace-rectangle): Mark for autoload.
(close-rectangle): Define alias only once in loaddefs.el.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Thu, 03 Dec 1998 09:35:24 +0000 |
| parents | 717a33da04a1 |
| children | 0fbd51325497 |
line wrap: on
line diff
--- a/lisp/rect.el Thu Dec 03 09:29:14 1998 +0000 +++ b/lisp/rect.el Thu Dec 03 09:35:24 1998 +0000 @@ -226,8 +226,8 @@ ;; 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
