mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(delete-whitespace-rectangle): close-rectangle renamed.
(close-rectangle): Define as alias.
This commit is contained in:
parent
3b3e7de595
commit
b4de43a303
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue