(with-temp-buffer): Add indentation property.
This commit is contained in:
parent
a2fdb55cd3
commit
e0119683e4
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ of the start of the containing expression."
|
|||
(put 'with-current-buffer 'lisp-indent-function 0)
|
||||
(put 'with-output-to-string 'lisp-indent-function 0)
|
||||
(put 'with-temp-file 'lisp-indent-function 1)
|
||||
(put 'with-temp-buffer 'lisp-indent-function 0)
|
||||
(put 'let 'lisp-indent-function 1)
|
||||
(put 'let* 'lisp-indent-function 1)
|
||||
(put 'while 'lisp-indent-function 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue