]> git.eshelyaron.com Git - emacs.git/commitdiff
(with-temp-buffer): Add indentation property.
authorErik Naggum <erik@naggum.no>
Thu, 3 Oct 1996 02:16:38 +0000 (02:16 +0000)
committerErik Naggum <erik@naggum.no>
Thu, 3 Oct 1996 02:16:38 +0000 (02:16 +0000)
lisp/emacs-lisp/lisp-mode.el

index 424db7d7ddbf7996ebdcb853f635a8e6674c4b22..e3266c924d739dc67780232cf9d05b557af58844 100644 (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)