From: Erik Naggum Date: Thu, 3 Oct 1996 02:16:38 +0000 (+0000) Subject: (with-temp-buffer): Add indentation property. X-Git-Tag: emacs-20.1~3564 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0119683e4094d1f0d5110710a8d58a9d9f7115c;p=emacs.git (with-temp-buffer): Add indentation property. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 424db7d7ddb..e3266c924d7 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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)