]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-whitespace-rectangle): close-rectangle renamed.
authorKarl Heuer <kwzh@gnu.org>
Thu, 5 Nov 1998 19:12:21 +0000 (19:12 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 5 Nov 1998 19:12:21 +0000 (19:12 +0000)
(close-rectangle): Define as alias.

lisp/rect.el

index c9b8d2d659d3c396e4177f4d72647182dff2e78e..4636abe1315e40f02a2043ae739999c5ae9ca288 100644 (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