(with-temp-file): Add lisp-indent-function property.

This commit is contained in:
Richard M. Stallman 1996-09-28 04:21:22 +00:00
parent a7ed4c2a6e
commit 08adb0997f

View file

@ -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)