(delete-whitespace-rectangle): Mark for autoload.

(close-rectangle): Define alias only once in loaddefs.el.
This commit is contained in:
Andreas Schwab 1998-12-03 09:35:24 +00:00
parent 43ce80a12b
commit ee9ec2a52c

View file

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