# HG changeset patch # User Markus Rost # Date 1020799821 0 # Node ID 4f3c96288c84efab9be106433bc10306bfc0ed7e # Parent 11a0e20b3342832dfaf17dae163ffc67e362e913 (close-rectangle): Don't hide it behind the autoload-cookie. diff -r 11a0e20b3342 -r 4f3c96288c84 lisp/rect.el --- 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.