(with-temp-file): Add lisp-indent-function property.
This commit is contained in:
parent
a7ed4c2a6e
commit
08adb0997f
1 changed files with 1 additions and 0 deletions
|
@ -582,6 +582,7 @@ of the start of the containing expression."
|
|||
(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 'with-temp-file 'lisp-indent-function 1)
|
||||
(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