changeset 45168:4f3c96288c84

(close-rectangle): Don't hide it behind the autoload-cookie.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 07 May 2002 19:30:21 +0000
parents 11a0e20b3342
children f29db3d22988
files lisp/rect.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rect.el	Tue May 07 16:37:46 2002 +0000
+++ b/lisp/rect.el	Tue May 07 19:30:21 2002 +0000
@@ -293,7 +293,9 @@
     (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 @@
   (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.