summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-12-03 09:35:24 +0000
committerAndreas Schwab <schwab@suse.de>1998-12-03 09:35:24 +0000
commitee9ec2a52c438e9793f2c9617814d73656827222 (patch)
tree64728e6b173d1276c0635b7a9d2cd685c8e43e8f
parent43ce80a12b2767938234cb3d202437db94417eb8 (diff)
downloademacs-ee9ec2a52c438e9793f2c9617814d73656827222.tar.gz
(delete-whitespace-rectangle): Mark for autoload.
(close-rectangle): Define alias only once in loaddefs.el.
-rw-r--r--lisp/rect.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/rect.el b/lisp/rect.el
index 9ba8edf2499..3a643c63add 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -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