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
38f16fe1
Commit
38f16fe1
authored
Sep 27, 1996
by
Richard M. Stallman
Browse files
(save-current-buffer, with-current-buffer)
(with-output-to-string): Specify how to indent.
parent
31f4ca23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+3
-0
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
38f16fe1
...
...
@@ -579,6 +579,9 @@ of the start of the containing expression."
(
put
'save-selected-window
'lisp-indent-function
0
)
(
put
'save-restriction
'lisp-indent-function
0
)
(
put
'save-match-data
'lisp-indent-function
0
)
(
put
'save-current-buffer
'lisp-indent-function
0
)
(
put
'with-current-buffer
'lisp-indent-function
0
)
(
put
'with-output-to-string
'lisp-indent-function
0
)
(
put
'let
'lisp-indent-function
1
)
(
put
'let*
'lisp-indent-function
1
)
(
put
'while
'lisp-indent-function
1
)
...
...
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