(with-temp-buffer): Add indentation property.

This commit is contained in:
Erik Naggum 1996-10-03 02:16:38 +00:00
parent a2fdb55cd3
commit e0119683e4

View file

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