1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(delete-whitespace-rectangle): close-rectangle renamed.

(close-rectangle): Define as alias.
This commit is contained in:
Karl Heuer 1998-11-05 19:12:21 +00:00
parent 3b3e7de595
commit b4de43a303

View File

@ -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