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
05c71036
Commit
05c71036
authored
Jan 28, 2000
by
Dave Love
Browse files
Add indent specs for dolist, dotimes, when, unless.
parent
ba5494eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+4
-0
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
05c71036
...
...
@@ -767,6 +767,10 @@ is the buffer position of the start of the containing expression."
(
put
'unwind-protect
'lisp-indent-function
1
)
(
put
'with-output-to-temp-buffer
'lisp-indent-function
1
)
(
put
'eval-after-load
'lisp-indent-function
1
)
(
put
'dolist
'lisp-indent-function
1
)
(
put
'dotimes
'lisp-indent-function
1
)
(
put
'when
'lisp-indent-function
1
)
(
put
'unless
'lisp-indent-function
1
)
(
defun
indent-sexp
(
&optional
endpos
)
"Indent each line of the list starting just after point.
...
...
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