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
1f5038b5
Commit
1f5038b5
authored
May 29, 1993
by
Richard M. Stallman
Browse files
(indent-sexp): Even if outer-loop-done is t, still move down one line.
parent
278584fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+1
-1
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
1f5038b5
...
...
@@ -560,7 +560,7 @@ ENDPOS is encountered."
(
or
outer-loop-done
(
setq
outer-loop-done
(
<=
next-depth
0
)))
(
if
outer-loop-done
nil
(
forward-line
1
)
(
while
(
>
last-depth
next-depth
)
(
setq
indent-stack
(
cdr
indent-stack
)
last-depth
(
1-
last-depth
)))
...
...
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