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
0a88ae7b
Commit
0a88ae7b
authored
Nov 30, 2001
by
Stefan Monnier
Browse files
(read-if): Add lisp-indent-function prop.
parent
852a8571
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 @
0a88ae7b
...
...
@@ -929,6 +929,7 @@ This function also returns nil meaning don't specify the indentation."
(
put
'let*
'lisp-indent-function
1
)
(
put
'while
'lisp-indent-function
1
)
(
put
'if
'lisp-indent-function
2
)
(
put
'read-if
'lisp-indent-function
2
)
(
put
'catch
'lisp-indent-function
1
)
(
put
'condition-case
'lisp-indent-function
2
)
(
put
'unwind-protect
'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