diff lisp/emacs-lisp/lisp-mode.el @ 16380:aee74c21dfee

(with-temp-buffer): Add indentation property.
author Erik Naggum <erik@naggum.no>
date Thu, 03 Oct 1996 02:16:38 +0000
parents 25f58ad01b11
children badca394f979
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Thu Oct 03 02:13:52 1996 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Thu Oct 03 02:16:38 1996 +0000
@@ -583,6 +583,7 @@
 (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)