mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
(read-if): Add lisp-indent-function prop.
This commit is contained in:
parent
852a8571e4
commit
0a88ae7b2a
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue