Mercurial > emacs
changeset 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 | acb8e52c578d |
children | 198226daae3b |
files | lisp/rect.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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