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
b6b4c8bd
Commit
b6b4c8bd
authored
Oct 03, 1996
by
Richard M. Stallman
Browse files
(eval-after-load): Add lisp-indent-function for it.
parent
e0119683
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+1
-0
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
b6b4c8bd
...
...
@@ -592,6 +592,7 @@ of the start of the containing expression."
(
put
'condition-case
'lisp-indent-function
2
)
(
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
)
(
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