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
19b70460
Commit
19b70460
authored
Dec 02, 2001
by
Stefan Monnier
Browse files
(tab-to-tab-stop): Use delete-horizontal-space.
parent
f618213e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/indent.el
lisp/indent.el
+1
-2
No files found.
lisp/indent.el
View file @
19b70460
...
...
@@ -493,8 +493,7 @@ Use \\[edit-tab-stops] to edit them interactively."
(
setq
tabs
(
cdr
tabs
)))
(
if
tabs
(
let
((
opoint
(
point
)))
(
skip-chars-backward
" \t"
)
(
delete-region
(
point
)
opoint
)
(
delete-horizontal-space
t
)
(
indent-to
(
car
tabs
)))
(
insert
?\
))))
...
...
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