(delete-whitespace-rectangle): Mark for autoload.
(close-rectangle): Define alias only once in loaddefs.el.
This commit is contained in:
parent
43ce80a12b
commit
ee9ec2a52c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue