summaryrefslogtreecommitdiff
path: root/lisp/rect.el
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-05-07 19:30:21 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-05-07 19:30:21 +0000
commitb3a4edce1f0de03d19e7bf78a6df02542080f86f (patch)
tree2392c6bd1c4b38c5a96d16347a9e7c26f4fe9494 /lisp/rect.el
parent125d5ec7081f3b8e47b53f084509d6ce30b16664 (diff)
downloademacs-b3a4edce1f0de03d19e7bf78a6df02542080f86f.tar.gz
(close-rectangle): Don't hide it behind the autoload-cookie.
Diffstat (limited to 'lisp/rect.el')
-rw-r--r--lisp/rect.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/rect.el b/lisp/rect.el
index 4d6da37a286..dd674a07bbb 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -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.