]> git.eshelyaron.com Git - emacs.git/commitdiff
(delete-whitespace-rectangle): Mark for autoload.
authorAndreas Schwab <schwab@suse.de>
Thu, 3 Dec 1998 09:35:24 +0000 (09:35 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 3 Dec 1998 09:35:24 +0000 (09:35 +0000)
(close-rectangle): Define alias only once in loaddefs.el.

lisp/rect.el

index 9ba8edf24990bd8128f9343b6dd9cccf6884fa61..3a643c63addde865ce455264ccbb57c00f253101 100644 (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