]> code.delx.au - gnu-emacs/commitdiff
(close-rectangle): Don't hide it behind the autoload-cookie.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:30:21 +0000 (19:30 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 7 May 2002 19:30:21 +0000 (19:30 +0000)
lisp/rect.el

index 4d6da37a28679a57cd3d20c72b46a289b6558140..dd674a07bbbee13c0a12072ad9e476bfdd073ab1 100644 (file)
@@ -293,7 +293,9 @@ on the right side of the rectangle."
     (unless (= (point) (point-at-eol))
       (delete-region (point) (progn (skip-syntax-forward " ") (point))))))
 
-;;;###autoload (defalias 'close-rectangle 'delete-whitespace-rectangle) ;; Old name
+;;;###autoload
+(defalias 'close-rectangle 'delete-whitespace-rectangle) ;; Old name
+
 ;;;###autoload
 (defun delete-whitespace-rectangle (start end &optional fill)
   "Delete all whitespace following a specified column in each line.
@@ -318,7 +320,6 @@ With a prefix (or a FILL) argument, also fill too short lines."
   (insert string))
 
 ;;;###autoload
-
 (defun string-rectangle (start end string)
   "Replace rectangle contents with STRING on each line.
 The length of STRING need not be the same as the rectangle width.