Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ee9ec2a5
Commit
ee9ec2a5
authored
Dec 03, 1998
by
Andreas Schwab
Browse files
(delete-whitespace-rectangle): Mark for autoload.
(close-rectangle): Define alias only once in loaddefs.el.
parent
43ce80a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/rect.el
lisp/rect.el
+1
-1
No files found.
lisp/rect.el
View file @
ee9ec2a5
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment