diff lisp/modes/lisp-mode.el @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents 8eaf7971accc
children 850242ba4a81
line wrap: on
line diff
--- a/lisp/modes/lisp-mode.el	Mon Aug 13 09:56:30 2007 +0200
+++ b/lisp/modes/lisp-mode.el	Mon Aug 13 09:57:07 2007 +0200
@@ -746,6 +746,7 @@
 (put 'save-current-buffer 'lisp-indent-function 0)
 (put 'with-current-buffer 'lisp-indent-function 1)
 (put 'with-temp-file 'lisp-indent-function 1)
+(put 'with-temp-buffer 'lisp-indent-function 0)
 (put 'with-output-to-string 'lisp-indent-function 0)
 (put 'with-output-to-temp-buffer 'lisp-indent-function 1)